Exercise:Use a jQuery method to remove all <p> elements with class="test" and class="demo". Hint: Use the remove("selector,...") method. |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|