/SJQ

The Tiny, Simple jQuery like API

Primary LanguageJavaScriptMIT LicenseMIT

SJQ

The Simple jQuery-like API

SJQ is a new, tiny jQuery-like API that runs similarly to jQuery, but only with the core bits of it. It comes with a few 'base' functions that can be run on the main $() function. These include the extremely useful $().html(), $().text(), $().each() and so on.

The main function runs similarly to jQuery's, in the way that it uses document.querySelectorAll() to do good & easy CSS selection of HTML elements. It also features use of $(HTMLElement) and $(SJQObject).

The code is hosted at http://code.zoweb.me/sjq/sjq-1.1.0.js.

I've made a few things for you to use, but the rest is up to you! See the wiki

Licence

The MIT License (MIT)

Copyright (c) 2016 zoweb

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.