Thread
:
Do I need to upgrade jQuery
View Single Post
10-05-2012, 06:09 PM
PM User
|
#
3
DanInMa
Senior Coder
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
you want somethign like this: ( using 1.7+)
Code:
$('a.glossaryLink').on("hover", function(e){ onRollOverPULink(); });
no need for the return false on a hover
__________________
-
Firebug
is a web developers best friend! -
Learn it
, Love it, use it!
-
Validate your code!
-
JQ/JS troubleshooting
-
Using jQuery with Other Libraries
-
Jslint for Jquery/other JS library users
DanInMa
View Public Profile
Find More Posts by DanInMa