jQuery、aリンクを無効にする
■about
jQuery、aリンクを無効にする
■code
JavaScript
$(function(){
$('a').click(function(){
return false;
})
});
■reference
aリンクを無効にする方法 – JQuery、javascript、[#]リンク等 – How to disable links | Stronghold
http://zxcvbnmnbvcxz.com/how-to-disable-links/