Skip to content

Instantly share code, notes, and snippets.

@hanhan1978
Created May 21, 2017 21:48
Show Gist options
  • Save hanhan1978/1fd4f35b2ed7cf62ce975d9652a0542a to your computer and use it in GitHub Desktop.
Save hanhan1978/1fd4f35b2ed7cf62ce975d9652a0542a to your computer and use it in GitHub Desktop.
$('.links > a').on('click', function(){
console.log($(this).data('id'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment