An open API service indexing awesome lists of open source software.

https://github.com/ccampbell/gator

Event delegation in Javascript
https://github.com/ccampbell/gator

event-delegation events javascript

Last synced: 10 months ago
JSON representation

Event delegation in Javascript

Awesome Lists containing this project

README

          

# Gator

Gator is a Javascript event delegation library.

It is around **800** bytes when gzipped and minified and has no external dependencies.

## Browser Support

Out of the box Gator works in
- Chrome
- Safari 5+
- Firefox 3.6+
- Internet Explorer 9+

The ``legacy.js`` plugin adds support for
- Safari < 5
- Firefox < 3.6
- Internet Explorer 6, 7, 8

*When using the legacy plugin only single classes, single ids, and single tag names are supported for selectors*

## Getting Started

1. Include gator on your page before the closing ``