Is there a function in jQuery that is equivalent to slideToggle only for the block to be turned horizontally (from left to right)?

  • Of course there is - Michael Nikolaev
  • The corresponding question is which one? - Vitaly Zaslavsky
  • She needs to navigate himself - Michael Nikolaev

1 answer 1

so horizontally expand / collapse

$('#element').animate({width:'toggle'}, 350)