Fixed two bugs with togglling.

This commit is contained in:
John Resig 2006-07-30 23:07:00 +00:00
parent 879225b3ae
commit 82e0a5a810
3 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@ jQuery.fn.extend({
// We're overriding the old toggle function, so
// remember it for later
_toggle: jQuery.fn.toggle,
//_toggle: jQuery.fn.toggle,
/**
* Toggle between two function calls every other click.