View Single Post
Old 03-04-2013, 07:50 PM   PM User | #4
instaunt
New Coder

 
Join Date: Apr 2010
Posts: 98
Thanks: 4
Thanked 0 Times in 0 Posts
instaunt is an unknown quantity at this point
Am I getting any closer???

Code:
<script src="/js/jquery-1.9.1.min.js"></script>
<div id="myselector"><a href="/joke.php"><img src="/images/joke.gif" border="0" /></a></div>
<script>
$( document ).ready(function() {
$(#myselector).mouseenter(function() { $(this).click() });
});
</script>
__________________
I've been making animations for my daughter. Tell me what you think!

Pickles and the Bully
Where are you Pickles!?!
instaunt is offline   Reply With Quote