You are on page 1of 1

This command is used to get or set values from and to a non-input element like

divs.
--val()
This command is used to create a sliding to the left transition within a given time
on a selected element
--slideLeft()
This command is used creates a sliding up transition within a given time on a
selected element
--slideUp()
This command is used to get or set values from and to an input element particularly
textboxes.
--val()
This command is used to show selected element(s)
--show()
This command is used to produce a fading out effect within a given time on a
selected element
-fadeOut()
This command is used to hide selected element(s)
-hide()
This command is used to create a sliding down transition within a given time on a
selected element
--slideDown()
This command is used to produce a fading in effect within a given time on a
selected element
--fadeIn()
This command is used to toggle, switch or alternate the selected item's visibility:
show and hide
--toggle()

You might also like