Title / Description
Code $('#squareex').on('mouseenter mouseleave', function(event){ if(event.type == 'mouseenter'){ $('#squareex').stop().animate({ width: '150px', height: '150px' }, 200); } else{ $('#squareex').stop().animate({ width: '100px', height: '100px' }, 200); } });
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code