2012-01-27 24 views

Odpowiedz

1

łatwy

$(function(){ 
     $('a[href="#"]').click(function(event){ 
      event.preventDefault(); 
     }); 
    }); 
Powiązane problemy