Does jQuery allow us to use .each loops for live elements?
I'm creating radio buttons on the fly and need to loop over all of them, but the .each loop doesn't seem to work on live elements.
If jquery is not supporting this kind of live looping, is there any other way to accomplish this?