hallo i would like to add Tabs inside Genius Template, does someone can do this ? maybe in a stylish stile ( like the Toggles function , or just a minimal tabs)
This can easily be done with Jquery UI Tabs. Just load jquery-ui (if it’s not already loaded by the template) and place the following in a .js file.
$(function() {
$( "#tabs" ).tabs();
});
First of all i would like to thank you SO MUCH ! i didnt understand some things…. template has j query 1.7, so its ok now i have just to create a new JS file and place the followed code? or have i to put the code inside another file?
itsmattadams said
This can easily be done with Jquery UI Tabs. Just loadjquery-ui(if it’s not already loaded by the template) and place the following in a.jsfile.$(function() { $( "#tabs" ).tabs(); });
dani78 said
First of all i would like to thank you SO MUCH ! i didnt understand some things…. template has j query 1.7, so its ok now i have just to create a new JS file and place the followed code? or have i to put the code inside another file?itsmattadams said
This can easily be done with Jquery UI Tabs. Just loadjquery-ui(if it’s not already loaded by the template) and place the following in a.jsfile.$(function() { $( "#tabs" ).tabs(); });
There should be a javascript file already created in that template/theme that you can place that code into to activate the tab function.
UP ! Does someone can create a Table to be used inside the template ? Thanks a lot
Heya! Want some help?
