Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Last active December 19, 2015 02:39
Show Gist options
  • Select an option

  • Save rxaviers/5884763 to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/5884763 to your computer and use it in GitHub Desktop.
{ categories:
[ { slug: 'uncategorized', pages: [], posts: [] },
{ slug: 'effects',
pages: [ 'color-animation.html', 'easings.html' ],
posts:
[ 'addClass.html',
'blind-effect.html',
'bounce-effect.html',
'clip-effect.html',
'drop-effect.html',
'effect.html',
'explode-effect.html',
'fade-effect.html',
'fold-effect.html',
'hide.html',
'highlight-effect.html',
'puff-effect.html',
'pulsate-effect.html',
'removeClass.html',
'scale-effect.html',
'shake-effect.html',
'show.html',
'size-effect.html',
'slide-effect.html',
'switchClass.html',
'toggle.html',
'toggleClass.html',
'transfer-effect.html' ] },
{ slug: 'widgets',
pages: [],
posts:
[ 'accordion.html',
'autocomplete.html',
'button.html',
'datepicker.html',
'dialog.html',
'jQuery.widget.html',
'menu.html',
'progressbar.html',
'slider.html',
'spinner.html',
'tabs.html',
'tooltip.html' ] },
{ slug: 'interactions',
pages: [],
posts:
[ 'draggable.html',
'droppable.html',
'mouse.html',
'resizable.html',
'selectable.html',
'sortable.html' ] },
{ slug: 'utilities',
pages: [ 'easings.html' ],
posts:
[ 'jQuery.widget.html',
'mouse.html',
'position.html' ] },
{ slug: 'methods',
pages: [],
posts:
[ 'disableSelection.html',
'effect.html',
'enableSelection.html',
'focus.html',
'hide.html',
'position.html',
'removeUniqueId.html',
'scrollParent.html',
'show.html',
'toggle.html',
'uniqueId.html',
'zIndex.html' ] },
{ slug: 'selectors',
pages: [],
posts:
[ 'data-selector.html',
'focusable-selector.html',
'tabbable-selector.html' ] },
{ slug: 'overrides',
pages: [],
posts:
[ 'addClass.html',
'focus.html',
'hide.html',
'position.html',
'removeClass.html',
'show.html',
'toggle.html',
'toggleClass.html' ] },
{ slug: 'ui-core',
pages: [],
posts:
[ 'data-selector.html',
'disableSelection.html',
'enableSelection.html',
'focus.html',
'focusable-selector.html',
'jQuery.ui.keyCode.html',
'removeUniqueId.html',
'scrollParent.html',
'tabbable-selector.html',
'uniqueId.html',
'zIndex.html' ] },
{ slug: 'effects-core',
pages: [ 'color-animation.html' ],
posts:
[ 'addClass.html',
'effect.html',
'hide.html',
'removeClass.html',
'show.html',
'switchClass.html',
'toggle.html',
'toggleClass.html' ] },
{ slug: 'theming', pages: [], posts: [] },
{ slug: 'all', pages: [], posts: [] } ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment