Bones/javascripts
Mauvis Ledford f31daea627 Tab JS optimizations:
- Use jQuery.live so that even if tabs are ajaxed in they still work.
- Don't use DOM ready since this JS file is already at the bottom of the page.
- Remove selected class only on sibling tabs.
- Don't add a selected class on selected tab if it's already there (avoid hits to the DOM).
- Avoid using $(this) a lot, and instead use a saved reference, as you're creating a new jQuery object each time.
- Use '$' in front of jQuery variables so that you know they are jQuery objects.
2011-07-31 12:36:20 -07:00
..
app.js Tab JS optimizations: 2011-07-31 12:36:20 -07:00
jquery-1.5.1.min.js changed the git repo to the src folder, browser tested, changed the tabs to work cross browser and to stack...removed the IE conditional stylesheet 2011-05-15 16:13:52 -07:00