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

https://github.com/jwebcoder/jayscript

A different approach
https://github.com/jwebcoder/jayscript

Last synced: about 1 year ago
JSON representation

A different approach

Awesome Lists containing this project

README

          

jayScript [![Gitter chat](http://img.shields.io/badge/gitter-jwebcoder/jayscript-brightgreen.svg?style=flat)](https://gitter.im/JWebCoder/jayScript) ![dependencies](http://img.shields.io/gemnasium/mathiasbynens/he.svg?style=flat)
=========

A new javascript framework for those who think the right way.

[jayScript framework V1](http://jayscript.servehttp.com)
------------------------

jayScript is a JavaScript library that provides a list of useful functions without extendind any built-in objects.

It comes from combining pieces of code that you need to write to every single project you make, such has the domReady event, the onLoad event, a sharing script to social networks, and more.

Version 1
-----------

Features list:

- [version](<#version>)
- [forEach](<#forEach>)
- [trim](<#trim>)
- [trimLeft](<#trimLeft>)
- [trimRight](<#trimRight>)
- [stringContains](#stringContains)
- [keys](<#keys>)
- [isObject](<#isObject>)
- [onPageLoaded](<#onPageLoaded>)
- [onDomReady](<#onDomReady>)
- [addEvent](<#addEvent>)
- [removeEvent](<#removeEvent>)
- [triggerEvent](<#triggerEvent>)
- [select](<#select>)
- [selectById](<#selectById>)
- [selectByClass](<#selectByClass>)
- [selectByTag](<#selectByTag>)
- [selectByQuery](<#selectByQuery>)
- [selectParentById](<#selectParentById>)
- [selectParentByClass](<#selectParentByClass>)
- [selectParentByTag](<#selectParentByTag>)
- [first](<#first>)
- [addClass](<#addClass>)
- [removeClass](<#removeClass>)
- [hasClass](<#hasClass>)
- [toggleClass](<#toggleClass>)
- [getStyle](<#getStyle>)
- [getQueryParams](<#getQueryParams>)
- [throttle](<#throttle>)
- [debounce](<#debounce>)
- [isMobile](<#isMobile>)
- [get](<#get>)
- [post](<#post>)

For more information check out the website:
### [jayScript](http://jayscript.servehttp.com)