jQuery UI show

To manage the jQueryUI visual effects to display an item using the indicated effect, the jQuery show() method is used. The visibility of the elements is thus defined. They are wrapped within the specified effects. Syntax: .show( effect, [options], [duration], [complete] ) Parameters: Effect: Used to define the effects which are used for transition. Options: … Read more