Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created May 30, 2015 00:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lonekorean/8dcc292a8a54184cf4a6 to your computer and use it in GitHub Desktop.
Save lonekorean/8dcc292a8a54184cf4a6 to your computer and use it in GitHub Desktop.
Fluent jQuery, using .addBack()
$('.basket').find('.egg').addBack()
.show()
.addClass('open')
.attr('data-total', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment