Hey, I want to add tabs to my php page, but I don't know JS..
I found many ready tabber scripts but I'm having 2 problems- the text on the tab's title is set somewhere in the JS and I can't find it, it makes them Tab 1, Tab 2, Tab 3, and I want to put other words instead..
and another thing is the script made me 3 tabs, I want to add more tabs, when I added the 4th div to the php it didn't change anything..so I must change something in the JS again..don't know where does it says that there's only 3 tabs..
I'm using the script form this site http://www.barelyfitz.com/projects/tabber/
•tabber.js
•example.html
•example.css
thank you.