Skip to content

Instantly share code, notes, and snippets.

@onestepcreative
Created April 3, 2014 00:54
Show Gist options
  • Save onestepcreative/9946357 to your computer and use it in GitHub Desktop.
Save onestepcreative/9946357 to your computer and use it in GitHub Desktop.
$('#tabbed-content').crystalcore('tably', {
// Tab settings
trigger : '.tab-trigger',
panel : '.tab-panel',
active : 'active',
effect : 'fade',
start : 1,
// Tably's Loader Settings
loader : 'stretch',
speed : 'medium',
// Cookie settings
save : true,
name : 'tably_bitch',
path : '/',
time : 7,
ajaxify : {
cached : false,
key : 'tably_batch'
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment