摘要: jQuery元素动画animate()用法 <button>www.96net.com.cn</button> 1,基本用法 $("button").click(function(){ $("div").animate({left:'250px'}); }); 2, animate() - 操作多个 阅读全文
posted @ 2020-03-28 10:24 学无边涯 阅读(343) 评论(0) 推荐(0) 编辑
摘要: jQuery动画上下滑动slideDown() slideUp() slideToggle()用法 <button>www.hongjingcs.com</button> 1,jQuery slideDown() 向下方法 $("#flip").click(function(){ $("#panel 阅读全文
posted @ 2020-03-28 10:13 学无边涯 阅读(556) 评论(0) 推荐(0) 编辑
摘要: jQuery动画隐藏和显示 hide() show() toggle()用法 <div>www.cnmibee.com</div> 1,jQuery hide() 和 show() $("#hide").click(function(){ $("p").hide(); }); $("#show"). 阅读全文
posted @ 2020-03-28 10:07 学无边涯 阅读(264) 评论(0) 推荐(0) 编辑