//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(937)
Comments(0)
Diggs(0)
http://sz.chachaba.com/api.html Read More
posted @ 2010-11-01 13:22
庚武
Views(553)
Comments(0)
Diggs(0)
该文被密码保护。 Read More
posted @ 2010-11-01 08:22
庚武
Views(1)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号