Hi, I m new to JQUery..If i checked the checkBox as Required ,i need to get a * to a div.
<label class='Label3'>Options
<input id='option1' class='checkbox' type='checkbox'></input><label class='choice' for='checkbox'>Required</label>
<input id='option2' class='checkbox' type='checkbox'></input><label class='choice' for='checkbox'>No duplicates</label>
</label>
If i selected the option1 then i need to get a * Attached to my Div that is already generated before this..How can i do this ..Please Suggest me....