[jQuery] jQuery listen plugin help
I am trying to bind to the submit function of a form using the jQuey
Listen plugin.
$.listen('submit', '#eventForm', function(){
alert("Submit Clicked");
}
This is working fine in firefox but not in Internet Explorer.
Does anyone have any ideas?
Calvin