1.1.1 • Published 4 years ago

agis v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

You probably need awesome and lightweight, modern and performant javascript library. This does: inspired by umbrela js and Jquery

  • DOM traversal (selector, filter, find, each, etc.)
  • DOM editing (classes & attributes, html, before, etc.)

A couple of simple examples:

// Simple add/remove class like jQuery
Agis("button").addClass("red")

Agis("button").removeClass("red")

// Handle parent/child node
Agis('#mydiv').parents().forEach(function(parentNode){
    // todo
} )

Getting started

There are few ways to use Agis JS:

Play with it

Instead of installing it, you can just play with it in JSFiddle:

Try on JSFiddle

Install with npm

Using npm is a front-end package manager that makes it super-easy to add a new package:

npm i agis

Download it

If you like it or prefer to try it locally, just download agis.js:

Download Agis JS

Add it to your project:

<script src="agis.js"></script>

Support: IE10+

Current usage for IE 10+

Alternatives

1.1.1

4 years ago

1.1.0

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago