Hi,
I am using JQUery in my application .
Inthat i am having a
<label id="label1">Firstname<span class="req"><em> * </em></span></label>
$("#label"+div_id+"").clone();
clone.remove('span');
alert(clone.text());//displaying FirstName*
But i need only Firstname
How to do so in JQUery..Or else is there any method to keep * near Firstname in the label and to retrieve only Firstname instead of span