Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adinapoli/haste-jquery
Idiomatic combinators for JQuery to be used with the Haste compiler
https://github.com/adinapoli/haste-jquery
Last synced: 23 days ago
JSON representation
Idiomatic combinators for JQuery to be used with the Haste compiler
- Host: GitHub
- URL: https://github.com/adinapoli/haste-jquery
- Owner: adinapoli
- License: mit
- Created: 2014-08-30T14:29:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T14:30:41.000Z (about 10 years ago)
- Last Synced: 2023-03-11T21:07:37.876Z (over 1 year ago)
- Language: Haskell
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haste-jquery
haste-jquery is an experimental module to use JQuery with the
Haste compiler. The long term plan is to use this module into a
production environment. For this reason, the code should be of
production-quality level.## What is supported?
The long term plan is to support all of JQuery's API, but at
the moment only my personal itches has been scratched.## Contributions
They are very welcome, so please fork away!
Try to follow the code standards, and to try to submit small
PR, in a way that code can be reviewed and integrated properly.