[jQuery] How to add/remove dynamic blocks of html
Hi,
I've created code to dynamically add blocks of form elements to a
form. Basically, a set of text fields and radio buttons. It seems to
work fine now, but my code is completely dependent on the structure of
the html, which is expected I guess and I'd like to do is simplify my
code. Because I'm adding new html which needs to have events attached
to specific items, I have to re-attach each event handlers. I wonder,
would it be better to use something like LiveQuery or the Intercept
plugin? How are people handling this type of thing?
Thanks,
Matt