/* * Skeleton V1.0.3 * Copyright 2011, Dave Gamache * www.getskeleton.com * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php * 7/17/2011 */ jQuery(document).ready(function($) { $.extend({ getUrlVars: function(){ var vars = [], hash; var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&'); for(var i = 0; i < hashes.length; i++) { hash = hashes[i].split('='); vars.push(hash[0]); vars[hash[0]] = hash[1]; } return vars; }, getUrlVar: function(name){ return $.getUrlVars()[name]; } }); var color_scheme = $.getUrlVar('color_scheme'); if(color_scheme) { $("#custom").attr('href', function() { return this.href + '&color_scheme=' + color_scheme; }); $("nav a").each(function() { var url = $(this).attr("href"); var hashes = $(this).attr("href").split('?'); if(!hashes[1]) { $(this).attr('href', function() { return this.href + '?color_scheme=' + color_scheme; }); } }); } /* Prettyphoto ================================================== */ $("a[data-rel^='prettyPhoto']").prettyPhoto(); $('.subscriberStats div').tipTip({defaultPosition:'top'}); /* Superfish ================================================== */ $(function(){ // run after page loads $('#navigation ul.menu') .find('li.current_page_item,li.current_page_parent,li.current_page_ancestor,li.current-cat,li.current-cat-parent,li.current-menu-item') .addClass('active') .end() .superfish({autoArrows : true}); }); /* Mobile Dropdownmenu ================================================== */ $("