Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 918 Bytes

jj.js

This lightweight JavaScript library is distinguished by:

  • its great performance
  • the tiny file size
  • low-code API syntax
  • and easy readability

It should be seen as a basic library that is perfectly suitable for web developers who want to avoid large, slow frameworks like jQuery or Bootstrap.

Audience

jj.js is perfectly suitable for:

  • Advanced programmers who want to have their code under control and like to avoid the dead code of large libraries.
  • Beginners, who understand JavaScript and now want to use a first library for their projects.
  • Web developers for whom speed and reliability are a priority.
  • Developers who are looking for alternatives to jQuery.

jj.js is less suitable for:

  • Designers with hardly any programming skills.
  • Developers who can only handle jQuery, but not Vanilla JavaScript.