摘要: <script type="text/javascript"> jQuery(function () { jQuery('input:text:first').focus(); var $inp = jQuery('input:text'); $inp.bind('keydown', function (e) { var key = e.which; if (key == 13) { e.preven... 阅读全文
posted @ 2012-02-14 17:02 清山博客 阅读(220) 评论(0) 推荐(0)