How do I get the ID of a server control with jQuery?
E.g. I have
a
Are you using master page. If yes give ContentPlaceHolderID along with control id.
Eg:
jQuery("#ContentPlaceHolderID_ControlId").val; jQuery("#body_label1").text;
You can see this in Viewsource