码迷,mamicode.com
首页 > Web开发 > 详细

js最简单的动画

时间:2017-08-23 00:31:35      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:slide   put   none   type   最简   click   ogg   matei   splay   

$(document).ready(function(){
//?????????????
$("#reset").click(function(){
$("*").removeAttr("style");
$("div[class=none]").css({"display":"none"});
});
//?ж???????????
$("input[type=button]").click(function(){
if($("#isreset").is(":checked")){
$("#reset").click();
}
});
//??id?mover???????????.
function animateIt() {
$("#mover").slideToggle("fast", animateIt);
}
animateIt();
})

js最简单的动画

标签:slide   put   none   type   最简   click   ogg   matei   splay   

原文地址:http://www.cnblogs.com/Baronboy/p/7414263.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!