SyntaxFix
Write A Post
Hire A Developer
Questions
You can try this:
$('.show_hide').click(function () { $(".slidingDiv").toggle("'slide', {direction: 'right' }, 1000"); });