Featured content Slider code
1) Script Title:
Featured Content Slider v2.4
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamici...tentslider.htm
3) Describe problem:
I need a simple code of a component which has two rows. In the first row, there is an textarea/empty space and in the second row, there are few tabs. when the user clicks on any tab, the content should be shown in the area of first row. I mean, the content of first row should be replaced.
This resembles the code of Featured Content Slider.
I have downloaded the code but could not understand few things:
1. On the call of "javascript:featuredcontentslider.jumpTo('slider1', 3)" " code, which function is called? I know HTML, DHTML, Javascript, css. I cannot understand the syntax of the above code. Is it a javascript code?
2. In the HTML page of the above code, "1","2","3" are written but in the code I cannot see it. There is no code like "<p>1</p>".
3. when is featuredcontentslider.init() called?
4. what are the possible attributes of featuredcontentslider.init()? I mean, how are they defined? From where the attributes came?