<script type="text/javascript" src="/Test/js/jquery.js/"></script>  <script type="text/javascript">
//检测用户名是否已在
$(document).ready(function(){
$("#other_email").blur(function(){
alert("aaa");
});
});
</script>
    </head>
  
   <body>
     <input id="other_email" type="text"/>
   </body>
看下哪错了,失去焦点时没反应,包没问题jqueryhtmljavascript