摘要:
/// <reference path="jquery-1.4.1.min.js" />$(function (event) { //$("tbody tr:even").css("background-color", "#ece9d8"); $(document).keydown(function (event) { if (event.keyCode == 13) { $('form').each(function () { event.preventDefault(); }); } 阅读全文
posted @ 2012-05-25 23:22
Supe
阅读(2660)
评论(0)
推荐(0)