This is my script:
$( "#top" ).click(function() {
$( "#mid" ).slideDown( "slow", function() {
// Animation complete.
});
});
When I run the script website and receive this error does not work.
http://i62.tinypic.com/23m8zs7.jpg
I guess because it does not work ... you can help me to solve error please?
thanks in advance