broke the grid into a spearate file from base called skeleton, really really refined the grid across different devices (although it still needs a lot of testing). I've also started a documentation

This commit is contained in:
Dave Gamache
2011-05-04 18:20:56 -07:00
parent 887f2f4d86
commit 82d63e753d
9 changed files with 454 additions and 438 deletions

View File

@ -4,9 +4,13 @@
* www.skeleton.gs
* 4/30/2011
*/
$(document).ready(function() {
/* iPhone fix to scroll away iPhone browser chrome */
setTimeout(function(){window.scrollTo(0, 1);}, 100);
/* Tabs Activiation
================================================== */
var tabs = $('ul.tabs');
@ -18,7 +22,7 @@ $(document).ready(function() {
tab.click(function(e) {
//Get Location of tab's content
var contentLocation = $(this).attr("href")
var contentLocation = $(this).attr("href")+"Tab"
contentLocation = contentLocation;
//Let go if not a hashed one