日期:2014-05-16 浏览次数:20442 次
$("#ttt").on("mouseleave",function(){ alert("out"); });
$(function(){ $('#ttt').blur(function(){ $.ajax({url:'xxxxxxx',data:'v='+this.value, success:function(){}, error:function(){} }) }) });