html with jquery (tabs)

0

I have a problem getting the tabs up and running.

The names of the tabs appear to me but not as they should appear inside a rectangle. because then I want to put the php data in there

link

PS: I have this code above but I lack a piece of code to run the tabs

 $("#tabs").tabs(); 
    
asked by anonymous 14.04.2014 / 13:00

1 answer

1

I think what you're looking for is that.

Each tab will contain the content you need, when you do fecth , already add in each tab the content you need.

In the link that follows system with TABS and CSS, for my inline and Jquery for when clicking on the specific TAB change the content.

Code with Jquery and CSS

    
14.04.2014 / 14:44