[jQuery] Re: binding after .get()

2009-04-28 Thread hphoeksma
cs.jquery.com/Events/live#typefn > >   _   > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Karl Swedberg > Sent: Friday, April 17, 2009 1:51 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: binding after .get() > > On Apr 16, 20

[jQuery] Re: binding after .get()

2009-04-17 Thread Andy Matthews
ry-en@googlegroups.com Subject: [jQuery] Re: binding after .get() On Apr 16, 2009, at 11:27 AM, hphoeksma wrote: Hi Donny, thanks for your reply. This will lead to lots of extra code I guess... Would there be another way? See the FAQ for more information: http://docs.jquery.com/Frequently_Asked_Ques

[jQuery] Re: binding after .get()

2009-04-17 Thread Karl Swedberg
On Apr 16, 2009, at 11:27 AM, hphoeksma wrote: Hi Donny, thanks for your reply. This will lead to lots of extra code I guess... Would there be another way? See the FAQ for more information: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_requ

[jQuery] Re: binding after .get()

2009-04-16 Thread Donny Kurnia
hphoeksma wrote: > Hi Donny, > > thanks for your reply. This will lead to lots of extra code I guess... > Would there be another way? > > Thanks! > > Henjo What important is re-bind all code to new element that loaded throught ajax request. One way to do it is put the needed js code in the ret

[jQuery] Re: binding after .get()

2009-04-16 Thread hphoeksma
Hi Donny, thanks for your reply. This will lead to lots of extra code I guess... Would there be another way? Thanks! Henjo On Apr 16, 5:14 pm, Donny Kurnia wrote: > hphoeksma wrote: > > Hi all, > > > new to jQuery I am having difficulty on the binding concept. > > > Currently using this funct

[jQuery] Re: binding after .get()

2009-04-16 Thread Donny Kurnia
hphoeksma wrote: > Hi all, > > new to jQuery I am having difficulty on the binding concept. > > Currently using this function to regenerate a full form based on a PHP > script. > > -- > $("select").change(function () { > $.get('script.php', {'c': c, 'sc': sc }, function(data) { >