Minimal CSS boilerplate for mobile-friendly development Forked from https://getskeleton.com
Go to file
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
images Add Apple Touch Icon sizes and linked those in, added active button CSS, changed some unneeded CSS in base.css, changed the Favicon to be square and cleaner, updated the app.js to include awesome suggestions made from Github community to be faster. Honestly, shocked at how awesome Github community has been already and thanks so much to everyone for the help 2011-05-17 17:54:18 -07:00
javascripts Tab JS optimizations: 2011-07-31 12:36:20 -07:00
stylesheets delete trailing whitespace :/ 2011-07-31 12:03:09 -07:00
404.html delete trailing whitespace :/ 2011-07-31 12:03:09 -07:00
index.html delete trailing whitespace :/ 2011-07-31 12:03:09 -07:00
robots.txt 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