/ Published in: jQuery
Expand |
Embed | Plain Text
$("#ID").hover(function () { // do something }, function () { // do something });
You need to login to post a comment.
adambundy on 02/17/10
3 people have marked this snippet as a favorite
$("#ID").hover(function () { // do something }, function () { // do something });
You need to login to post a comment.