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.
- Host: GitHub
- URL: https://github.com/jnbdz/elinside
- Owner: jnbdz
- Created: 2012-04-18T21:44:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-19T20:08:36.000Z (over 13 years ago)
- Last Synced: 2025-01-10T21:15:37.482Z (9 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Element.inside
===========Check if the first element is inside the second element.

How to use
----------The code is self explanatory. It will return true if the first element is inside the second element.
firstElement.inside(secondElement);