Skip to content

Instantly share code, notes, and snippets.

@basketofsoftkittens
Created August 2, 2012 03:58
Show Gist options
  • Save basketofsoftkittens/3233246 to your computer and use it in GitHub Desktop.
Save basketofsoftkittens/3233246 to your computer and use it in GitHub Desktop.
instantiate tabs for starz
<script type="text/javascript">
//<![CDATA[
jQuery(function(){
jQuery('#tabModule').tabs();
if (jQuery.browser.msie && parseInt(jQuery.browser.version, 10) === 7
|| jQuery.browser.msie && parseInt(jQuery.browser.version, 10) === 8) {
jQuery('#tabModule ul li:first-child').css('margin-left', '0');
}
});
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment