"jamy_za" said:Are you sure it's required? It seems to work fine without it.
$("#contactArea").height(0);$("#example").click(function(){ if(!$("#contactArea").is(":animated")){ $("#contactArea").slideToggle(1700, 'easeOutBounce'); }});
http://inspectelement.com/demos/jquerycontactus/
I'm having some problems with the id="header" that is found in the container div. Why is it there? There is no reference to it in the CSS or anywhere! And the dropdown does not work unless it is there
Anyone know what the purpose of it is?
Thanks,
Aaron
I saved the HTML file to my localhost and deleted id="header" and it didn't work for me. It did work when I removed it with FireBug, however.
I prefer this to the animate() function. And the 'if #contactarea is not animated' prevents queueing.
What exactly happens when you remove #header?
That is the problem, I now have two headers and cant get rid of either one or it doesn't work.
The 'area-required' errors can be ignored.
If the problem continues, I'll make it my life's mission to solve the issue