jBase is a javascript library that is very simple and very small. i wrote this library because jQuery and other libraries are too big for me personally and i only need a small part of them. Of course I could have changed the jQuery for my purposes, but I still want a much smaller version. and if you look at the known libraries, you know how complex they are written, which would only inflate the source code for the few functions. Do I think my library is better? no, it's not! it's just smaller and therefore easier to read. Can others make changes to jBase? Sure, the licence basically says: Sharing and modifying is allowed, but you are not allowed to claim that you are the author (attribution of the author is required), and commercial use (resale...) is prohibited. The legally binding licence can be found in an easy-to-read form including an explanation at: https://creativecommons.org/licenses/by-nc-sa/4.0/
Feel free to open a new discussion at Discussions.
If you don't want to miss any more updates, discussions or error messages, click on "Watch" above.
You like jBase, then click on "Star" above.
- each()
- addClass()
- removeClass()
- hasClass()
- css()
- attr()
- html()
- prepend()
- append()
- hide()
- show()
- on()
- disable()
- $.ajax()
- toggleSlide()
- toogleClass()
- doScroll()
- click()
- focus()
- chaining, multiselector, multievent
jBase is used in a similar way to the well-known jQuery, you can find more details in the wiki: https://github.com/k37z3r/jBase/wiki
Important
The code is hosted and developed in the jBase GitHub repository
jBase © 2024 by Sven Reddemann is licensed under Attribution-NonCommercial-ShareAlike 4.0 International.