/jquery-francis

jQuery plugin for loading data from a server without requiring a page reload

Primary LanguageHTMLMIT LicenseMIT

jquery-francis

Francis — "F.R.A.N.C.I.S" — is a means of loading data from a server without requiring a page reload. It uses a browser's built-in XMLHttpRequest (XHR) functionality to make a request to the server and then handle the data that the server returns.

This is a jQuery plugin that provides that functionality.

Instalation

Bower:

    bower install --save jquery-francis

NPM:

    npm install --save jquery-francis

Documentation

The documentation for the plugin is available here.

Library logo