Does jQuery use .each loops for live elements?
I create radio buttons on the fly and you need to loop through all of them, but the .each loop does not seem to work on live elements.
If jquery does not support such a write loop, is there any other way to do this?
Jorre source
share