Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/douglasduteil/jqliteplus
jQuery-like extensions for jqLite
https://github.com/douglasduteil/jqliteplus
Last synced: about 1 month ago
JSON representation
jQuery-like extensions for jqLite
- Host: GitHub
- URL: https://github.com/douglasduteil/jqliteplus
- Owner: douglasduteil
- License: mit
- Created: 2014-03-02T14:38:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T15:27:21.000Z (almost 7 years ago)
- Last Synced: 2024-04-13T16:16:53.595Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jqLite + [![Build Status](https://travis-ci.org/douglasduteil/jqLitePlus.png?branch=master)](https://travis-ci.org/douglasduteil/jqLitePlus?branch=master)
***
**Brief explanation:** Many projects are using jQuery in them tests to complete the lacks of jqLite. But all the features of jQuery are not necessary to run them. The goal of this project is to provide some jQuery features in separate jqLite components. The good part is that it's removing the utility dependence of jQuery in karma tests for an on purpose dependence to make tests with it.
**Expected results:** A whole new repo named jqLitePlus that contains jQuery features in separate Angular modules. For example for `jquery.find` a `jqLite+find` module or for `jquery.trigger` a `jqLite+trigger` module.
**Inspiration**: The implementation of the modules are strongly inspired by ["You Might Not Need jQuery"](https://github.com/HubSpot/YouMightNotNeedjQuery).
## Usage
### Requirements
* **AngularJS** >= 1