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

JQuery效果

时间:2017-08-19 11:15:01      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:动画   code   before   focus   span   div   for   style   pre   

  

平滑动画扩展宽度
$.animate({width:"+=200px"});

聚焦
onfocus = "";

脱离焦点
onblur = "";

在id为xx的元素前插入
$.insertBefore("#xx");

移除元素
$.remove();

元素的内容
$.val();

 

JQuery效果

标签:动画   code   before   focus   span   div   for   style   pre   

原文地址:http://www.cnblogs.com/praytell/p/7393247.html

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