>Doh... i was working from this page: > >http://docs.jquery.com/Effects#toggle.28.29 > >in which the callbacks are not mentioned. Perhaps that page should >link back to the other one in the form of "see also..."
The default behavior is show/hide. If you use manual callbacks you need to define the full behavior, so you'll want to add the show()/hide() calls to your jQuery chain. -Dan