Skip to content

Instantly share code, notes, and snippets.

@sugarHoge
Created August 17, 2013 04:58
Show Gist options
  • Save sugarHoge/6255342 to your computer and use it in GitHub Desktop.
Save sugarHoge/6255342 to your computer and use it in GitHub Desktop.
セレクタ
// アンカータグのhref=#始まりを対象
$('a[href*=#]').click(function() {
var anc = $(this).attr('href');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment