2.0.1 • Published 3 years ago

imoney v2.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

image

iMoney.js(5.42kb min+gzip) is a minimalist JavaScript library for modern browsers with a largely jQuery-compatible API.

Install

npm install imoney --save

Usage

<div id="result"></div>
import $ from "imoney";

var $result = $("#result");
$result.attr({
    title:"This is a title"
});
$result.html("<p>Hello World</p>") ;

API

https://github.com/imoney-team/imoney/wiki

Browser support

IE9+

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago