//use: $("selector").inputOnlyNum();只输入数字 (function($) { $.fn.inputOnlyNum = function() { this.keypress(function(e) { if (e.which == 8 || e.keyCode == 9) return true; //Backspace & Tab in ff var ... Read More
posted @ 2010-11-01 13:26 庚武 Views(933) Comments(0) Diggs(0) Edit
http://sz.chachaba.com/api.html Read More
posted @ 2010-11-01 13:22 庚武 Views(548) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2010-11-01 08:22 庚武 Views(1) Comments(0) Diggs(0) Edit