I’m trying to watermark the asp:Login controls’ Username and Password fields with jQuery, I’ve tried various ways of referencing the control ID:
$('#<%=ClientID.Login1_UserName %>').watermark('watermark', 'Username');
I have tried moving the ClientID, Login1 and UserName around and changing the selectors to and from userscores and periods…
Any ideas?
Good old jQuery selectors 😉