2013年11月5日

摘要: //jQuery加载$(document).ready(function(){ //开始编写函数});//点击后 上下滑动隐藏效果$("#id").click(function(){ $("id2").sildeToggle();});//创建自定义动画,可以实用队列功能(编写多个animate逐一调用)$("button").click(function(){ $("div").animate({left:'250px'});}); //停止动画或效果,在它们完成之前//stop() 方法适用于所 阅读全文
posted @ 2013-11-05 22:47 吴翰哲 阅读(185) 评论(0) 推荐(0)

导航