help with click(), please.
ok, so I'm using jquery and Colorbox. What i want to happen is for the third pic in this gallery to be automatically clicked by js when the page is opened
http://huckleberrykid.com/colorboxtest4.php
I have an id='target' on the link and
-
<script >
$('#target').click();</script>
in the <head>
jquery is working because the page and gallery work correctly when clicked manually.