2012-01-27 14 views

Respuesta

1

fácil

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