I want to used jQuery cycle plug in for show some slides in my webpage. I want to show 4 slides in a row. When user click on Next button, slides moves only one slide (in this case only first slide hide and past three slides and new slide will be shown). So I want to disable Previous button on start and Next button on the last slide. Automatically slide option must be disable and pagers are hide. Only Next and Previous button make movements. How can I setup jQuery cycle plug in for this functionality?
Thank You for your support