html5 - Efficiency in creating a tab CSS or Jquery? -
i want ask more efficient when creating group of tabs, made in css3 or jquery? example want create tabs compose of different content: tab1 content tables, tab2 content graphs.
i found can use, simpletabs
it not depend on third-part library jquery, mootools etc. means won't conflict scripts made these libraries or other script.
it not need different ids per tab container in order have multiple tab sets. so, can have many simpletabs tab sets want on same page.
it remembers last tab clicked on , if reload page (e.g. navigate somewhere , return page containing tabs) specific tab active.
it's simple implement, small in size , fast load. works on browsers.
Comments
Post a Comment