1.1.1 • Published 5 years ago

agis v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago