storm / ajax-json-communicator
Description of project ajax-json-communicator.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Requires
- illuminate/contracts: 5.1.*@dev
- illuminate/support: 5.1.*@dev
This package is not auto-updated.
Last update: 2024-11-19 04:42:57 UTC
README
Simple toolkit/package that enables seamless AJAX based communication between the client and server backend
Recommended Plugins
By default our javascript uses the HTML5 API to manipulate the clients history to support browsers that don't follow this API use the (History.js)[https://github.com/browserstate/history.js/) jQuery plugin. If this plugin is loaded our code will automatically use it instead of the HTML5 history API.