加载中
nodejs初体验

nodejs初体验,记录一下地址: http://www.nodebeginner.org/index-zh-cn.html

2013/02/24 14:59
164
回车(enter)时间获取

一、首先需要知道的是: 1、keydown() keydown事件会在键盘按下时触发. 2、keyup() keyup事件会在按键释放时触发,也就是你按下键盘起来后的事件 3、keypress() keypress事件会在敲击按键时触...

2012/11/22 12:30
100
js电话号码验证

js电话号码验证 function Checkreg() { //验证电话号码手机号码,包含153,159号段 if (document.form.phone.value=="" && document.form.UserMobile.value==""){ alert("电话号...

2012/11/12 22:49
160
查看所有进程号

ps -e PID TTY TIME CMD 1 ? 00:00:01 init 2 ? 00:00:00 kthreadd 3 ? 00:00:00 migration/0 4 ? 00:00:00 ksoftirqd/0 5 ? 00:00:00 watchdog/0 6 ? 00:00:00 migration/1 7 ? 00:00:02 ks...

2012/09/01 07:39
125
10个最佳jQuery Lightbox效果插件收集

大家都很喜欢Lightbox弹框效果,这种效果在很多地方都很有用。而原始的Lightbox脚本已经被无数次的克隆到了所有的流行Javascript库中。本文特别收集了10个最佳的Lightbox效果插件,所以收藏本...

2012/08/16 17:03
215
jquery---jQuery.validationEngine(jquery表单插件)

jQuery.validationEngine 感觉比validate牛叉N倍啊 DEMO地址:http://www.position-relative.net/creation/formValidator/ Github地址:https://github.com/posabsolute/jQuery-Validation-Eng...

2012/08/08 22:14
374
sIFR---将要用flash显示的元素转换为flash

1,提供一下sIFR的下载地址 http://www.mikeindustries.com/blog/sifr/ 这里链接的最下面,有下载链接:http://www.mikeindustries.com/blog/files/sifr/2.0/sIFR-2.0.7.zip 2,贴一下我的示...

jquery --- Poshy Tip jQuery Plugin

作为一个抄袭者---从抄袭开始 jquery我无比的爱你啊 提示的插件:Poshy Tip jQuery Plugin 下载地址记住:开源社区有哦 http://vadikom.com/demos/poshytip/...

2012/07/26 18:24
282
facebox的iframe补充

Using IFrame with FaceBox JQuery plugin By BRUNO | Published: MAY 21, 2010 Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pa...

jquery (MultiSelect )

jquery (MultiSelect ) 网址:http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/ 不过 这个网址http://www.erichynds.com,会有很多好东西,记住啊...

2012/06/16 19:56
773
(图片变灰)Crossbrowser Html5 Black and white jQuery...

Crossbrowser Html5 Black and white jQuery plug in 1 add jQuery and plug in to the page <script src="js/jquery.min.js"></script> <script src="js/jQuery.BlackAndWhite.js"></script...

2012/06/08 07:54
507
Raphaël—JavaScript Library

Raphaël—JavaScript Library 地址如下: http://raphaeljs.com/

2012/05/17 17:49
105
juqery---Flexigrid – Web 2.0 Javscript Grid for...

ui页面代码 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Ingrid. the jQuery D...

2012/04/24 23:33
558
jquery插件 --- 图表 表格

6款jQuery图表插件 http://paranimage.com/6-jquery-charts-plugins/ jQuery 表格插件汇总 http://www.cnblogs.com/gaoweipeng/archive/2010/04/17/1714458.html...

2012/04/24 23:31
328
jquery.validate remote 和 自定义验证方法

$(function(){ var validator = $("#enterRegForm").validate({ debug:false, //调试模式取消submit的默认提交功能 //errorClass: "error",//默认为错误的样式类为:error //validClass: "ch...

2012/04/21 17:23
1.3K
jquery.validate自定义规则

// 字符验证 jQuery.validator.addMethod("stringCheck", function(value, element) { return this.optional(element) || /^[\u0391-\uFFE5\w]+$/.test(value); }, "只能包括中文字、英文字母...

2012/04/21 14:17
2.5K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部