Google News
logo
UI Developer - Interview Questions
What are the effects methods used in jQuery?
Following are some effects methods used in jQuery :
 
show() : It displays selected elements.

hide() : It hides the selected elements.

toggle() : It shows or hides the selected elements, i.e. it toggles between hide() and show() methods.
Advertisement