<!DOCTYPE html> .class2 { <p>Click the button to toggle the class name "class1" and "class2" of id="London".</p> <button onclick="w3.toggleClass('#London','class1','class2')">Toggle Class</button> <div id="London" class="city"> <div id="Paris" class="city"> <div id="Tokyo" class="city"> </body> |
Click the button to toggle the class name "class1" and "class2" of id="London". LondonLondon is the capital city of England. ParisParis is the capital of France. TokyoTokyo is the capital of Japan. |