Hi, I have done as you say, so this is the

code for the left to right:
[

        function()
{
        $slide1.animate(
{
        left: parseInt($slide1.css('left'),100) == 0 ?
        -$slide1.outerWidth() : 350
})

        }
]

It get right but affter i continue click , nothing happen ( after
slide right to left, and left to right);

Reply via email to