12 2011 档案
摘要: Node.js参考http://nodejs.org/学习文档:http://cnodejs.org/api/http://cnodejs.org/cman/(中文手册)Node.js is a platform built onChrome's JavaScript runtimefor easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, per阅读全文
摘要: jquery clueTip参考http://plugins.learningjquery.com/cluetip/OverviewThe clueTip plugin allows you to easily show a fancy tooltip when the user's mouse hovers over (or, optionally, clicks on) any element you designate in your script. If the element includes atitleattribute, its text becomes the hea阅读全文
摘要: jquery fancybox参考http://fancyapps.com/fancybox/InstructionsDownload the plugin, unzip it, copy files and include fancyBox script and stylesheet in your document (you will need to make sure the css and js files are on your server, and adjust the paths in the script and link tag). Make sure you also l阅读全文
摘要: optgroup标签 -- 代表分组选择项的类别名(此类别名不能选择)optgroup标签是成对出现的,以<optgroup>开始,以</optgroup>结束属性:Common-- 一般属性label-- 说明选择项引用网址:http://www.dreamdu.com/xhtml/tag_optgroup/<form action="dreamdu.php" method="post" id="dreamduform"> <label for="WebDesign"&g阅读全文