1 2 3 4 5 6 7 8 | $( "a.button" ).hover( function () { $( this ).animate({ "marginTop" : "0px" }, "fast" ); }, function () { $( this ).animate({ "marginTop" : "16px" }, "fast" ); } ); |
Jquery Mouseover and out api
By Web Designer & Web Developer
Mumbai November 5, 2011Jquery
Comments Off on Jquery Mouseover and out api