[jQuery] jQuery Listen plugin help

2008-08-18 Thread sergeh
I was easily able to make the plugin work where I needed to add things dynamically via jquery. But now I can't get it work on another page where I need to add a few div via ajax When I click on a li I fetch some images via ajax and they get displayed inside of a container. My problem is that I

[jQuery] jQuery listen plugin help

2008-03-06 Thread Calzone
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