you are in: codestackercodes [RSS]jquery mouseover/mouseout effect in link

jquery mouseover/mouseout effect in link Delicious Email

show/hide lines
   1  <script src="http://code.jquery.com/jquery-latest.js"></script>
   2  <script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
   3  <script type="text/javascript">
   4  $(document).ready( function() {		
   5  	$(".link").mouseover(function() {
   6  		$(this).animate({ color: "#022d3f" }, 1000);
   7  	}).mouseout(function() {
   8  		$(this).animate({ color: "#ccc" }, 1000);
   9  	}) 
  10  </script>
created by leozera — 17 April 2009 — get a short url — tags: jquery javascript embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image