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
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?