2012-01-27 13 views

risposta

1

facile

$(function(){ 
     $('a[href="#"]').click(function(event){ 
      event.preventDefault(); 
     }); 
    }); 
Problemi correlati