Skip to content

teo-sk/jQuery-Family

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

 * This plugin is made for easement of DOM search in jQuery.
 * It defines extra family relationships between elements for
 * easement of calling multiple relationship calls based on their
 * connectivity.


Currently available functions:

    * $(selector).grandpa()
    * $(selector).grandma() (same as above)
    * $(selector).grandchildren()
    * $(selector).uncle()
    * $(selector).aunt() (same as above)
    * $(selector).cousin()
    * $(selector).nephew()
    * $(selector).niece() (same as above)
    * $(selector).stepNephew()
    * $(selector).stepNiece() (same as above)
    * $(selector).stepCousin()


Demo: http://sandbox.teo.sk/jquery-family/

About

This plugin is made for easement of DOM search in jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published