Thread
:
Why does this function run twice on one click?
View Single Post
10-05-2012, 06:11 PM
PM User
|
#
6
DanInMa
Senior Coder
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
Code:
$('a.glossaryLink').live("click", function(event){ event.preventDefault(); onRollOverPULink(); });
__________________
-
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