show( )


Shows the element and sets its hidden property to false.

The show() function shows the element and returns a Promise that is resolved when the effect is complete and the element's hidden property has been set to false.

Note: Calling show() will change the hidden property of the element to false.

Method Declaration
Copy
Request
This method does not take any parameters
Was this helpful?
Yes
No