Tag: 从右向左

slideToggle JQuery从右到左

我是JQ的新手我在互联网上找到了这个脚本,它完全符合我的要求,但我希望滑动将从右到左怎么办呢? 请帮忙 这是代码 $(document).ready(function(){ $(“.slidingDiv”).hide(); $(“.show_hide”).show(); $(‘.show_hide’).click(function(){ $(“.slidingDiv”).slideToggle(); }); }); .slidingDiv { height:300px; background-color: #99CCFF; padding:20px; margin-top:10px; border-bottom:5px solid #3399FF; } .show_hide { display:none; } Fill this space with really interesting content. hide Show/hide