[jQuery] Slide : Making it go from right to left
Hello All,
I am not sure if this question has been asked before, but I'm new to
Jquery. I am currently using 'slide' and I want the slider to go from
right to left. I have read in many posts you can make the slider,
slide up or down. But no where can I see any instructions on how to
make it slide from right to left? (opposite direction to the default)
My code is very simple
$("#col3 div.sliderTrigger").click(function(){
$("div.Slider").toggle("slide");
});
Regards
Martin