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 try this:
$('.show_hide').click(function () { $(".slidingDiv").toggle("'slide', {direction: 'right' }, 1000"); });