JQuery中如何使用事件来出发Ajax
摘要:$(document).ready(function(){ $("input[name='customer_name']").keydown(function(e){ if(e.keyCode==13){ search(); } }); $("input[name='cust...
阅读全文
posted @ 2015-10-28 10:52
posted @ 2015-10-28 10:52
posted @ 2015-10-26 09:34
posted @ 2015-10-19 16:31
posted @ 2015-10-07 14:31
posted @ 2015-10-06 22:06