I am trying to do a simple thing using client side script.
I want to show the hidden title panel, when I click the button.
I add title panel and give an ID to it and make the hidden properties to true.
I add button and put this in the onclick event within the html element of the button.
Code: Select all
$("#thePanel").show();
What wrong with my script?
Note:
I add to the form:
jquery-1.12.4.min.js
Thanks in advance for the help.