top of page
The commands for showing is pretty much what we would expect: show() to show the elements.
Syntax
Here is the simple syntax for show() method:
[selector].show( speed, [callback] );
Here is the description of all the parameters:
-
speed: A string representing one of the three predefined speeds ("slow", "normal", or "fast") or the number of milliseconds to run the animation (e.g. 1000).
-
callback: This optional parameter represents a function to be executed whenever the animation completes; executes once for each element animated against.
Jquery Show()
Add Effects To Your Site
bottom of page