标签: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();
})
标签:slide put none type 最简 click ogg matei splay
原文地址:http://www.cnblogs.com/Baronboy/p/7414263.html