Link to home
Start Free TrialLog in
Avatar of Jazzy 1012
Jazzy 1012

asked on

hide/show upon clicks

I have this code:

$('#call').click(function() {
    $('.check_all_hide_call').show();
    $('.check_all_call').hide();

});

Open in new window


How can I say that if I click it again, for it do the the opposite hide/show
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial