I\'m trying to animate something using jQuery.
I have it working the way I want it. This is the jQuery:
$(document).ready(function(
$('#search').animate({width: '0'}, 1000, function(){ $(this).hide(); });
The page kind of freaks out on toggle...mind your selectors.