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:
@ -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
|
||||
|
Reference in New Issue
Block a user