Ver Mensaje Individual
  #6 (permalink)  
Antiguo 02/11/2012, 16:04
Avatar de djaevi
djaevi
 
Fecha de Ingreso: marzo-2007
Ubicación: Moreno, Buenos Aires
Mensajes: 400
Antigüedad: 17 años, 9 meses
Puntos: 47
Respuesta: Cancelacion de eventos

Jeje no hay problema..

Te lo dejo extendido para poder poner numeros tambien

Código Javascript:
Ver original
  1. $("#search").bind("keyup",function()) {
  2.             if (((event.which) >= 65 && (event.which <= 90)) || ((event.which) >= 96 && (event.which <= 105))) {
  3.                 // LETRAS DE LA A - Z y NUMEROS
  4.                 // CODIGO BUSQUEDA
  5.             }
  6.         }

Salu2