Trigger Div Click From Link
Posted
by Jonathan Lyon
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Lyon
Published on 2010-03-26T10:47:53Z
Indexed on
2010/03/26
10:53 UTC
Read the original article
Hit count: 616
jQuery
|JavaScript
Hi all
I have a site http://www.thebalancedbody.ca/ and there is a pop out contact form on the left (Contact) which has this id <div id="mycontactform">
.
There is also a link in the footer called CONTACT US
<a href="#" title="CONTACT US">CONTACT US</a>
and I need this link to trigger the pop out contact form as if the contact tab was clicked manually.
Is this possible and how would I do it?
Thanks
JOnathan
© Stack Overflow or respective owner