Skip to content

fetch/jquery.alldone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

jQuery.alldone

jQuery plugin to bind events on multiple elements and execute a callback when every element has triggered one of the supplied events.

Usage:

$('div[data-video],div[data-tweet]').allDone('video:loaded tweet:loaded', function(){
  // Reposition DOM elements for example
});

About

jQuery plugin to bind events on multiple elements and execute a callback when every element has triggered one of the supplied events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors