slideToggle JQuery right to left

后端 未结 9 684
再見小時候
再見小時候 2021-02-01 05:04

i\'m new in JQ i have this script i found on the internet and its do exactly what i need but i want the sliding will be from the right to the left how can i do it? please help

9条回答
  •  [愿得一人]
    2021-02-01 05:09

    include Jquery and Jquery UI plugins and try this

     $("#LeftSidePane").toggle('slide','left',400);
    

提交回复
热议问题