Skip to content

Instantly share code, notes, and snippets.

@gaetanm
Last active April 27, 2016 13:09
Show Gist options
  • Save gaetanm/b86a3e9246468465a4b9 to your computer and use it in GitHub Desktop.
Save gaetanm/b86a3e9246468465a4b9 to your computer and use it in GitHub Desktop.
$(this).closest('.accordion-group').find('.accordion-toggle').attr('href', '#mission'+newVal);
@MaksJS
Copy link

MaksJS commented Aug 12, 2013

$(this)
  .closest('.accordion-group')
  .find('.accordion-toggle')
  .attr('href', '#mission' + newVal);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment