0.6.4 • Published 3 years ago

@eagleirons/eaglejs v0.6.4

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

EagleJS

NPM npm.io DeepScan grade Total alerts Language grade: JavaScript Minified Minified+Gzipped

EagleJS is a jQuery-Like DOM manipulation library for modern browsers.

  • Powered with EcmaScript 6 and Modern DOM functions
  • Subclass of Array for better collection management
  • Supports CSS3 selectors
  • Lightweight: Minified < 6 KB & Minified+Gzipped < 2 KB
  • JavaScript Standard Style codes
  • Documented with JSDoc

Installation

CDN

https://www.jsdelivr.com/package/npm/@eagleirons/eaglejs

NPM

npm install @eagleirons/eaglejs

Usage

Script tag

Include the script file on top of other scripts that requires EagleJS.

<script src="eaglejs.min.js"></script>
<script>
  $(document).ready(function () {
    // Call when DOM is completely loaded
  });
</script>

ES6 Module

import { EagleJSProxy as $ } from 'eaglejs.esm.js';

$(document).ready(function () {
  // Call when DOM is completely loaded
});

Browser Support

For a detailed view, please check the table on caniuse.com.

Desktop (Last two versions)

  • Chrome
  • Edge 16+
  • Firefox
  • Safari 10.1+

Mobile (Latest versions)

  • Chrome
  • Firefox
  • iOS Safari 10.3+

Documentation

0.6.4

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2-a

3 years ago

0.5.2

3 years ago