8000 GitHub - PedroPinheiro/onLast: Sets a handler event on jQuery to be the last to fire.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PedroPinheiro/onLast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

onLast

Ensure a event handler to be the last to fire.

Usage

In this simple example, onLast is called before on but its handler will be the last to be fired.

$('body')
	.onLast('click', function() { console.log("last!") })
	.on('click', function() { console.log("first!") });

About

Sets a handler event on jQuery to be the last to fire.

Resources

Stars

Watchers

Forks

Packages

No packages published
0