Skip to content

Instantly share code, notes, and snippets.

@MaxDavila
Created October 31, 2014 23:09
Show Gist options
  • Select an option

  • Save MaxDavila/338cf8d9a9abe32c000c to your computer and use it in GitHub Desktop.

Select an option

Save MaxDavila/338cf8d9a9abe32c000c to your computer and use it in GitHub Desktop.
even delegate example
$(document).on('click', '#sidebar a', function(e) {
var fragment = $(this).data('fragment');
sscrollTo(fragment, e);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment