[jQuery] Re: Possible Plugin for Adding New Event Types

2007-06-07 Thread SeViR
With jQuery is very simple make new event plugins. This is a sample plugin that I made for my organisation: (sorry comments in spanish :$) /** * @fileoverview * Crea nuevos eventos para la pulsaciĆ³n de las teclas: * INTRO, DELETE, ARROWS, PAGINA arriba y abajo * * @author ATICA * @version 0.1

[jQuery] Re: Possible Plugin for Adding New Event Types

2007-06-07 Thread Brandon Aaron
It is true that jQuery can already handle custom events quite well. This is more for normalizing existing events and enabling the usage of the bind syntax. -- Brandon Aaron On 6/7/07, SeViR [EMAIL PROTECTED] wrote: With jQuery is very simple make new event plugins. This is a sample plugin