| Author |
JQuery Hover function syntax
|
Tarik Ansari
Ranch Hand
Joined: Dec 31, 2008
Posts: 40
|
|
Hi All,
I am new to JQuery and need a requirement of hover using css. I have the snippet which does the job but inorder to avoid code duplication i came up with a snippet for which facing issue with the syntax.
My Snippet with syntax issue:
Actual Snippet:
Just add 1,2,3 to .bu is the only requirement. i tried with for loop but facing issue with syntax.
Please help me
Thanks
tarik
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Why would you give them all separate classes? Give them all the same class and use this inside the object to work with the link.
Eric
|
 |
Tarik Ansari
Ranch Hand
Joined: Dec 31, 2008
Posts: 40
|
|
Hi Eric,
The reason why i needed bu1,bu2,bu3 is if i use common bu1 for the ahref, all are highlighted as a part of hover function. So thought i can have bu1,bu2 etc
But using of 'this' eliminates the necessity of individual bu1,bu2,bu3 etc
Hence, code works.
Thanks for the help
Tarik
|
 |
 |
|
|
subject: JQuery Hover function syntax
|
|
|