Hello everyone...
I have this div that is supposed to be hidden when the page loads and it would appear when clicking on a certain button. Although in the CSS class I added display:none
to the class and in the JQuery I added ("$('.panel').hide()")
the panel still appears when the page is loading, once the page loads it disappears ... Any suggestions on how to keep it hidden all the time untill the show button is clicked?
Thanks.