kijs
TypeScript icon, indicating that this package has built-in type declarations

0.0.2-b37 • Public • Published

kijs

Library DOM replace jQuery for >IE11 View docs

Build NPM

Example:

import $ from "kijs"

$("body")
.append("<div id='count'>0")
.append("<button>Click me!")

let count = 0
$("button").click(() => {
  $("#count").text(++count)
})

Readme

Keywords

Package Sidebar

Install

npm i kijs

Weekly Downloads

1

Version

0.0.2-b37

License

MIT

Unpacked Size

238 kB

Total Files

10

Last publish

Collaborators

  • tachibana-shin