views:

48

answers:

1

I am using slider module for sliding the content page. I want change the "next" and "previous" button. When the slider page is loaded, I want to hide the "previous" button. When I click the "next" button, the "previous" button should display, and when I go to the last slide, the "next" button should hide.

How can i do this?

I am using "Slider " module and Drupal 6.

A: 

My idea:

What about using JQuery Paginate Buttons. They already have that feature. Maybe you can get a hint there.

Link: http://plugins.jquery.com/project/pagination http://www.exforsys.com/tutorials/jquery/jquery-javascript-pagination.html

bastianneu