Sunday, April 3, 2011

jQuery - slide right to left?

I would like to have a div go from collapsed to expanded (and vice versa), but do so from right to left. Most everything I see out there is always left to right.

From stackoverflow
  • I guess you are looking for an horizontal accordion. Take a look at these for a start:

  • $("#slide").animate({width:'toggle'},350);
    
  • Here is a great tutorial to slide elements in different directions.

0 comments:

Post a Comment