toggle(function)
toggle(function)
$(selector).toggle(function)
should be equivalent to
$(selector).each(function() { $(this).toggle(function()); });
Topic Participants
barmar1961
yuvaraj12u
rickyayoder15