[jQuery]100++ jQuery Tutorial and Plugin Collections
摘要:jQuery Collection Roundup21 Simple and Useful jQuery Tutorials You Might Have MissedCollection of menu, gallery, slider, tooltips, dock, modal window, ajax and jQuery turtorials. This is a round up po...
阅读全文
posted @
2010-06-10 14:23
Flynn
阅读(452)
推荐(0)
A better Tooltip with jQuery
摘要:在国外的一个网站上看到了一份不错的jQuery 插件,主要是样式挺好的,于是转了过来方便以后需要是拿来用之....预览一下:文件主要文件及目录: Imagesfolder contains the following images: – -tipTip.png– created in Step 2 – -tipMid.png– created in ...
阅读全文
posted @
2010-06-02 10:07
Flynn
阅读(817)
推荐(0)
常用正则表达式集锦
摘要:"^\\d+$" //非负整数(正整数+0)"^[0-9]*[1-9][0-9]*$" //正整数"^((-\\d+)|(0+))$" //非正整数(负整数+0)"^-[0-9]*[1-9][0-9]*$" //负整数"^-?\\d+$" //整数"^\\d+(\\.\\d+)?$" //非负浮点数(正浮点数+0)"^(([0-9]+\\.[0-9]*[1-9][0-9]*)|([...
阅读全文
posted @
2007-09-04 00:07
Flynn
阅读(243)
推荐(0)
Asp.Net 5用代码
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--11.打开新的窗口并传送参数:23 传送参数:45response.write("<script>window.open(’*.aspx?id="+this.DropDownLi...
阅读全文
posted @
2007-09-04 00:02
Flynn
阅读(242)
推荐(0)
不知道干什么的Js代码
摘要:functioncarltbl_getBandById(tagId){if(!tagId)returnnull;varparts=tagId.split("_");varbandIndex=parts.length-2;vargridId=parts[0];varel=carltbl_getElementById(tagId);if((gridId.charAt(gridId.length-3)=...
阅读全文
posted @
2007-08-22 01:02
Flynn
阅读(427)
推荐(0)