Format:
Recent snippets matching tags of Disable
//Disable Textbox $('#<%=CommentCheckBox.ClientID%>').click(function() { if ($("#<%=CommentCheckBox.ClientID%>").attr('checked')) $("#<%=CommentTextBox.ClientID%>") .val("U heeft er voor gekozen geen opmerkingen te plaatsen") .toggleClass('disabled') .attr("disabled", "disabled").blur(); else $("#<%=CommentTextBox.ClientID%>") .val("")
240 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
