[jQuery] binding after .get()
Hi,
I am new to jQuery and can't get my head around the binding concept. I
read some posts about it, but can't seem to figure out how to
bind data coming from $.get('script.php', {'c': c, 'sc': sc }, function
(data) {...}
It's now loaded using: $('form').html(data); replacing the normal form
completely (which is what I want). It loads a bunch of selectors which
I get from my php script. I need to use jQuery on those selectors (at
change) as well and understand I need to bind them...
And then I am bluntly staring at my screen - not knowing how to
proceed...
Thanks in advance for your reply!
Henjo