Tema
:
Deshabilitar click raton???
Ver Mensaje Individual
#
5
(
permalink
)
23/01/2013, 03:56
Fuzzylog
Fecha de Ingreso: agosto-2008
Ubicación: En internet
Mensajes: 2.511
Antigüedad: 16 años, 3 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;
}
Fuzzylog
Ver Perfil
Buscar todos los Mensajes de Fuzzylog