i am dynamically creating radio using jquery as shown belown. but they value only selected in ff,ie8. ie6,ie7 not selecting the values. how can i select the radio button value in ie6/7.
rand=$("<input type= radio ></input>");
rand.attr("checked","checked");
$(document).append(rand);