Hi,
I am using JQuery for my application .
I am having a html as
<label id="label1">Firstname<span class="req"><em> * </em></span></label>
In my JQuery code i want to check is there any span like tag inside label and if exists ,i want to keep my check box On.how to do so ..Please suggest me.
The following is my checkbox
<input id="required" type="checkbox" name="required"/>