Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelmerdemaat/memejs
All your internet in your JavaScript. What else you need.
https://github.com/jelmerdemaat/memejs
Last synced: 4 days ago
JSON representation
All your internet in your JavaScript. What else you need.
- Host: GitHub
- URL: https://github.com/jelmerdemaat/memejs
- Owner: jelmerdemaat
- License: mit
- Created: 2016-02-03T09:56:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T09:56:40.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T00:20:02.749Z (7 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MemeJS
All your internet in your JavaScript. What else you need.## Methods
### document.iCanHazElement(selector)
Select one element. `document.querySelector` alias.
### document.allYourElementsAreBelongToUs(selector)
Select one element. `document.querySelectorAll` alias.