[jQuery] Re: Is it possible to add jquery effect on jquery created dom??

2009-06-15 Thread waseem sabjee
one very important thing to note is that .live() is not friendly with IE however through about an hour of trial and error i found a solution to replicate the .live() basically what i did is i embedded my click event within the AJAX success without using live() works like a charm /* == Get Eve

[jQuery] Re: Is it possible to add jquery effect on jquery created dom??

2009-06-15 Thread John Bill
i think that very easy to use json that get message from service. 2009/6/15 polygontseng > > We want to make a ajax post to remote usr on an jquery created dom(an > appended input). but it's not work. > > Thanks. >