/ Published in: jQuery
Expand |
Embed | Plain Text
/* The function will show the html element by just adding ids in it. function showImage() { $('#imgActiveDomain').show(); } /* The function will Hide the html and Asp.net Controls element by just adding ids in it. function hideImage() { $("#<%=pnlDomainLogin.ClientID%> input,select").attr("disabled", false); $('#<%= PnlSearch.ClientID %>').hide(); $('#imgActiveDomain').hide(); }
You need to login to post a comment.
