Skip to content

Instantly share code, notes, and snippets.

@448jp
Created May 30, 2012 01:24
Show Gist options
  • Save 448jp/2832178 to your computer and use it in GitHub Desktop.
Save 448jp/2832178 to your computer and use it in GitHub Desktop.
クリックしても何も起こらないダミーのa要素 ref: http://qiita.com/items/dbd2e4ee0a6ec500d329
<a>リンク文字列</a>
<a href="javascript:void(0);">リンク文字列</a>
<a href="./" class="dummy">リンク文字列</a>
$('.dummy').click(function(){
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment