Commit 63b0b944 by doszhang

dos

parent 20434f69
......@@ -67,9 +67,15 @@ $(document).ready(function () {
$('.logo-top').css('top',getTranslateDistance(30));
$('.logo-bottom').css('top',parseInt(getTranslateDistance($('.wrap').height())) - 50 + 'px');
$('.btn-go').on('click',homeBtnGoHandleClick);
});
function homeBtnGoHandleClick()
{
$('.subtitle,.copywriting1,.btn-go').fadeOut(300);
$('.btn-tocreate,.copywriting2').delay(1000).fadeIn(300);
}
function checkWord(name,callback) {
$.ajax({
url: 'index/checkWord',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment