Found a solution to the problem with adding radio buttons dynamically
in Internet Explorer and it does not require
'document.createElement("<input type='checkbox'>")'.

I've not found anyone else come up with this, but it is very simple.
You just capture clicks on radio buttons, uncheck others with the same
name, and check the clicked one.

Details:
http://webdevel.blogspot.com/2006/08/dynamically-create-radio-buttons-with.html

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to