(Monster Drink Can)

jQuery Slide Left (Based on: Learning jQuery )

The following examples are based on Learning jQuery 'Slide Elements in Different Directions' .

Slide left entire length -- controlled by button -- start opened.

Although jQuery has a nice set of slide methods -- .slideDown(), .slideUp(), and .slideToggle() -- sometimes we may want to slide an element in a different direction. Fortunately, it's pretty easy to do.
Animate this element's left style property

Slide left partial length -- controlled by click -- start closed.

Although jQuery has a nice set of slide methods -- .slideDown(), .slideUp(), and .slideToggle() -- sometimes we may want to slide an element in a different direction. Fortunately, it's pretty easy to do.
C
L
I
C
K
Slide Me - Another way to avoid the text-wrap issue is to animate the element's left property.