dakur / Naja

Modern AJAX library for Nette Framework

Home Page:https://naja.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naja.js

Build Status Code Coverage npm version npm monthly downloads npm downloads

Naja. a genus of venomous elapid snakes comprising the true cobras. (Also, German for "Well" at the beginning of a sentence.)

Naja is a full-featured JS client-side AJAX library for Nette Framework.

It is written using modern-day JavaScript, but compiled into ES5 build that comes bundled with a few polyfills and thus should work on all modern browsers including IE 10 and above.

Sauce Test Status

iOS builds might be grey, but please don't panic, iOS is fully supported. This is just Saucelabs not being able to setup the test environment for iOS within a generous limit of 2 minutes, causing the jobs to time out occasionally.

Very quick start

$ npm install --save naja
import naja from 'naja';
document.addEventListener('DOMContentLoaded', naja.initialize.bind(naja));

Documentation

You can find the documentation here.

About

Modern AJAX library for Nette Framework

https://naja.js.org

License:MIT License


Languages

Language:JavaScript 99.9%Language:Shell 0.1%