[jQuery] Re: issue regarding live event

2009-09-22 Thread waseem sabjee
I would have to see your script in order for me to suggest something to you. On Wed, Sep 23, 2009 at 7:11 AM, g...@iec wrote: > > Hi, > > i can't put code on success of AJAX call because that method is used > at various places. > > So suggest me how should i make it work without modifying that

[jQuery] Re: issue regarding live event

2009-09-22 Thread g...@iec
Hi, i can't put code on success of AJAX call because that method is used at various places. So suggest me how should i make it work without modifying that method. On Sep 22, 9:18 pm, waseem sabjee wrote: > hi there i here is a work arround i made up for the live event with an AJAX > call > ba

[jQuery] Re: issue regarding live event

2009-09-22 Thread waseem sabjee
hi there i here is a work arround i made up for the live event with an AJAX call basically i made an ajax call and injecting HTML into a div - a live() click event was not executing only on IE7 for some odd reason so i included my click event within the success : function of that AJAX call at it