jquery-lite-thq

1.0.0 • Public • Published

Pembuatan library seperti jQuery

tapi versi kecilnya aja ya :D

instalation

npm install jquery-lite

Example

<h1>h1</h1>
<h2>h2</h2>
<h3>h3</h3>
<h4>h4</h4>

Import

import $ from 'jquery-lite'

Add Event

$('h1').on("click", function () {
  alert("h1 Clicked")
})

Add Class

$('h2').attr("class", "new-class")

Hide Element

$('h3').hide()

Readme

Keywords

Package Sidebar

Install

npm i jquery-lite-thq

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.55 kB

Total Files

3

Last publish

Collaborators

  • thoriqdharmawan