
jquery
编程有钱人了
小人物不值一提
展开
-
jquery左右浮动广告
html xmlns="http://www.w3.org/1999/xhtml"> head runat="server"> title>浮动广告title> style type="text/css"> #qqonline{ background-color:red;原创 2008-10-30 16:10:00 · 5338 阅读 · 0 评论 -
jquery计算checkbox选中个数
<!-- var k=0; $(document).ready(function(){ $("#button1").click(function(){ alert($("input[@type=checkbox]:checked").size()); }); });// -->原创 2009-04-07 10:30:00 · 2675 阅读 · 3 评论 -
jquery模仿QQ消息框
//作者:王珺//时间2009年6月30日9:02:51(修改)//版本:v 1.1.1.2(第二个版本)修正在发生滚动后点击关闭消息框不往下滚动的BUG(而是往上) (function($) { $.fn.extend({ Show: function(widht,height) { var TopY=0;//初始化元素距原创 2009-06-29 15:37:00 · 1872 阅读 · 0 评论 -
多行滚动jQuery循环新闻列表代码
多行滚动jQuery循环新闻列表代码<!--ul,li{margin:0;padding:0}#scrollDiv{width:300px;height:100px;min-height:25px;line-height:25px;border:#ccc 1px solid;overflow:hidden}#scrollDiv li{height:25px;padd转载 2009-06-27 10:51:00 · 2176 阅读 · 0 评论