EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 96: | Line 96: | ||
if($(this).parent().hasClass('active')){ | if($(this).parent().hasClass('active')){ | ||
window.alert("active"); | window.alert("active"); | ||
+ | $(this).parent().removeClass('active'); | ||
} else { | } else { | ||
window.alert("inactive"); | window.alert("inactive"); | ||
+ | $(this).parent().addClass('active'); | ||
} | } | ||
Revision as of 12:59, 14 October 2018
Notebook
Everyday activities by the team
-
Test 1
-
Test 1.1This is text
-