Hi,
I have a problem with Internet Explorer and a functiun jquery.
I have a function in javascript :
- jQuery(".showhide").click(function () {
- jQuery(".showhide").toggle();
- jQuery("#MenuContact").toggle("slow");
- });
So when i click on my link who are in the html page the div #MenuContact appear, it's ok.
But the link in my html code disappear. Only on Internet explorer. So i can't click on my link for hide the div.
My html code :
- <a href="#" class="showhide">Contacts</a><a href="#" class="showhide" style="display: none;">Contacts</a>
Thank you for your help,
Sorry for my english i'm french...