jquery中动态效果小结(2)


var callback=function(){
//alert("我是回调函数");
} ;
var par={ height:"70%" };
var f1=function(){
$("#t1").animate(par,1000,callback);
};

$("#b1").click(f1);


Html代码

复制代码 代码如下:


<input type="button" value="show"/> <div>dd</div>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdfsds.html