Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-sets

set operations for jquery sets

Install

Via bower as jquery-sets.

bower install --save jquery-sets

Usage

Include on your page, after jQuery. Supports AMD.

You can now combine jQuery sets using set operations:

$.union(/* ..., ... */);
$.intersect(/* ..., ... */);
$.difference(/* ..., ... */);
$(/* ..., ... */).union(/* ..., ... */);
$(/* ..., ... */).intersect(/* ..., ... */);
$(/* ..., ... */).difference(/* ..., ... */);

The functions accept any selector, element, or object arguments supported by $(). They are also chainable.

About

set operations for jquery sets

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages