Here is the code I am having:
<div id="removequestions"></div>
var html += '<input type=radio name=questions />';
$.('#removequestions').append(html);
The javascript error I am getting on executng the above code is:
XML filter is applied to non-XML value (function (a, b) {return new c.fn.init(a, b);})
Any idea why this error occurs. I want to add radio button dynamically.
Represent this way:-
EDIT:
Another Best way of Representation:-
LIVE DEMO