The code for the slider is:
jQuery(function($) { $("#slider").slider(); }); |
The name of the div that contains the slider is #slider.
The code for the slider is:
jQuery(function($) { $("#slider").slider(); }); |
The name of the div that contains the slider is #slider.