Skip to content

Instantly share code, notes, and snippets.

@gmurphey
Created October 26, 2012 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmurphey/3960832 to your computer and use it in GitHub Desktop.
Save gmurphey/3960832 to your computer and use it in GitHub Desktop.
Chained jQuery
this.$el.find('article')
.addClass('stage-center')
.prevAll('article')
.addClass('stage-left')
.end()
.nextAll('article')
.addClass('stage-right');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment