Ver Mensaje Individual
  #5 (permalink)  
Antiguo 23/01/2013, 03:56
Avatar de Fuzzylog
Fuzzylog
 
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 15 años, 8 meses
Puntos: 188
Respuesta: Deshabilitar click raton???

Como dice jonni, con jQuery tienes esto:

http://api.jquery.com/unbind/

así haces $('#idBoton').unbind(); y debería quitarte todos los handlers asociados.

Si tienes un input tipo submit en el propio html ponle además un onclick="return false"
__________________
if (fuzzy && smooth) {
fuzzylog = "c00l";
return true;
}