Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcorral/events_manager
jQuery plugin to manage events
https://github.com/tcorral/events_manager
Last synced: 5 days ago
JSON representation
jQuery plugin to manage events
- Host: GitHub
- URL: https://github.com/tcorral/events_manager
- Owner: tcorral
- Created: 2013-11-23T08:20:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T11:29:10.000Z (about 9 years ago)
- Last Synced: 2024-04-13T09:19:43.701Z (7 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jQuery.eventsManager plugin
==============[![Build Status](https://travis-ci.org/tcorral/events_manager.png)](https://travis-ci.org/tcorral/events_manager)
This plugin is used to:
* Copy functions from events attached to one element
* Copy events from one element o another
* Know if one element has one event or not
* Remove events attached to one element
* Remove one event attached to one element
* Change one function attached to one event by another one.
* Get the type of events attached to one element
* Add more than one event at the time
* Get one event attached to one element
* Get all the events attached to one element
* Get all the functions from events attached to one element
* Get all the functions from one event attached to one element
* Know if the element has one function attached to one event
* Know if one function is attached to one event(i.e. 'click') to one elementIt can be used to copy events, detect events, detect malware in functions.
Other important usage is the use of this with Unit tests tools to know if the attached events is working properly.