摘要: <script type="text/javascript"> $(document).ready(function () { $(".numberinput").forceNumeric(); }); // forceNumeric() plug-in implementation jQuery.fn.forceNumeric = function () { return this.each(function () { $(this).keydown... 阅读全文
posted @ 2012-07-16 00:49 rayray2 阅读(446) 评论(0) 推荐(0)