Exercise:Use a jQuery method to toggle between fading in and out the <div> element, when clicking the button.
Syntax hint: $("element").method(speed); |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|