-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_on
Wesley de Groot edited this page Oct 23, 2015
·
30 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
v0.0.6 Final
On ... event
| Type | @var | Description | Required |
| object | object | Wrapper | Required |
| string | myEvent | event | Required |
| function|bool | callback | Function to use|remove | Required |
`_('.wrapper').html('x').on('mousemove', true); // Remove.`
`_('.wrapper').on('mousemove', function(){console.log('moved');});`
`_('.wrapper').on('mousemove', true); // Remove.`
Array
© Wesley de Groot • CC-BY 4.0 • WDGWV