I was using 1.7.1 jquery version and trying to bind keyup event on the form field so it will likely to the modern style validation. However in the chrome and firefox works fine but not Internet Explorer. Any suggestion or fixes on this issue?
My code:
$("#profile_email").keyup(function(){
//Tried for alert like this alert("asdasd"); and no response
//My ajax job starts here
}