Simple javascript tabs
We have all seen them, the tabbed views on a web page that split up your content. Did you know how simple it is ( using jquery ) to create this tabbed box. First, lets look at the markup: <div class="tab_set"> <div class="tab_nav"> <ul> <li id="navtab_details"><a href="javascript:simple_tab('details')">Details</a></li> &nb... read more!
Posted in javascript | Post Comment
|
2

RSS Feed