Skip to content

Instantly share code, notes, and snippets.

@imakewebthings
Created October 4, 2011 00:39
Show Gist options
  • Save imakewebthings/1260640 to your computer and use it in GitHub Desktop.
Save imakewebthings/1260640 to your computer and use it in GitHub Desktop.
$(document).bind('deck.change', function(e, from, to) {
var osp = $.deck('getOptions').classes.onPrefix;
$.deck('getContainer')
.removeClass(osp + $.deck('getSlide', from).attr('id'))
.addClass(osp + $.deck('getSlide', to).attr('id'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment