https://github.com/jwebcoder/jayscript
A different approach
https://github.com/jwebcoder/jayscript
Last synced: about 1 year ago
JSON representation
A different approach
- Host: GitHub
- URL: https://github.com/jwebcoder/jayscript
- Owner: JWebCoder
- Created: 2014-02-10T18:15:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-21T10:32:46.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T08:08:28.280Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jayScript [](https://gitter.im/JWebCoder/jayScript) 
=========
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)