/ Published in: jQuery

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("#ID").hover(function () { // do something }, function () { // do something });
Comments
