Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Jquery Add/Remove class on hover
SUBMITTED BY:
Guest
DATE:
June 12, 2013, 2:08 p.m.
FORMAT:
JavaScript
SIZE:
131 Bytes
Raw
Download
Tweet
HITS:
1150
Go to comments
Report
$
(
'#elm'
).
hover
(
function
(){
$
(
this
).
addClass
(
'hover'
)
},
function
(){
$
(
this
).
removeClass
(
'hover'
)
}
)
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus