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>
You can do this using additional effects as a part of jQuery-ui
$('.show_hide').click(function () { $(".slidingDiv").toggle("slide"); });
Test Link