js
iredgo
这个作者很懒,什么都没留下…
展开
-
jquery改边a连接的打开方式
$("a[href*='http://']:not([href*='"+location.hostname+"']),a[href*='https://']:not([href*='"+location.hostname+"'])") .addClass("external") .attr("target","_blank"); href 属性是以 http:// 或者 https:原创 2011-11-14 17:31:28 · 171 阅读 · 0 评论 -
clone()和clone(true)的区别
jquery clone(true)和clone()的区别 clone(true)方是复制一个元素及其所有事件, clone()方法是复制一个元素,不包含其所有事件 , * 1、必填 图片: ...原创 2011-11-15 16:29:52 · 322 阅读 · 0 评论