A simple lightweight javascript library written in TypeScript 4.0 ⚡.
-
(Prerequesite) install node.js
-
Run "npm install" inside Artik's directory
-
Run "npm run build" inside Artik's directory
-
you successfully compiled Artik.js
-
put the source code in your project's asset folder
-
Add this line at the bottom of the body of every HTML page you want to include Artik.js in
-
ARTIK has been made with simplicity and compatibility in mind. ARTIK.js is a very lite javascript library that is and will always be compatible with old and new browsers.
-
ARTIK is basically Jquery, but modern, and very lite.
-
It's Easy to use, simplicity is key 🔑
-
Artik is completely modern, free and open source.
Elements | Events | DOM |
---|---|---|
Completed ✔️ | In progress ☑️ | In progress ☑️ |
- In many ways thanks to jQuery, jQuery itself is no longer needed. Switch to Artik 😉 🧊
pg('#inputEmail3').on('keyup', function(){
var total = pg('#inputEmail3').val()
pg('#amountFinal').setAttribute('value', `${total}`);
})