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

Prototype before polishing. Get it working before you optimize it.