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

  1. it not depend on third-part library jquery, mootools etc. means won't conflict scripts made these libraries or other script.

  2. 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.

  3. it remembers last tab clicked on , if reload page (e.g. navigate somewhere , return page containing tabs) specific tab active.

  4. it's simple implement, small in size , fast load. works on browsers.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -