An open API service indexing awesome lists of open source software.

https://github.com/jnbdz/elinside

Check if the first element is inside the second element.
https://github.com/jnbdz/elinside

Last synced: 8 months ago
JSON representation

Check if the first element is inside the second element.

Awesome Lists containing this project

README

          

Element.inside
===========

Check if the first element is inside the second element.

![Screenshot](https://github.com/jnbdz/elInside/raw/master/inside.png)

How to use
----------

The code is self explanatory. It will return true if the first element is inside the second element.

firstElement.inside(secondElement);