
jquery
iteye_891
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jquery用法
jQuery("#sel").attr("value","2");//设置下拉框选中 jQuery("#radio").attr("checked","1");//设置单选框选中 jQuery("#ck2").attr("checked",""); //设置复选框不选中 jQuery("#ck3"2009-12-05 09:26:20 · 117 阅读 · 0 评论 -
拖拽的实现
像QQ空间里面的一样可以任意的拖拽,自定义,分栏,改标题等。 jQuery实现拖动事件 @import url(text/portlets.css ); 三条 1:3:1 2:2:1 1:2:2 二条 1:1 1:2 &...原创 2009-12-21 10:08:19 · 107 阅读 · 0 评论 -
jquery特效
50个jquery的特效,平时注意点。 开发的时候可能用的到哦。原创 2009-12-22 11:59:01 · 88 阅读 · 0 评论