peringatan jQuery di href klik

$('a[href="#section"]').click(function(){
  alert('Sign new href executed.'); 
}); 
Doge Amazedo