2012-01-27 3 views

답변

1

쉽게

$(function(){ 
     $('a[href="#"]').click(function(event){ 
      event.preventDefault(); 
     }); 
    }); 
관련 문제