Skip to navigation

How to switch css style between jqueries toggle function?07.12.13

Reply

Anonymous

$("a").toggle(function() { /*function A*/ }, function() { /*function B*/ });

07.12.13

http://stackoverflow.com/questions/244392/jquery-toggle-state

Reply

Anonymous

All problems in computer science can be solved with another level of indirection. Except for the problem of having too many layers of indirection