Skip to content

jaxon-php/jaxon-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Jaxon Javascript Library

This package provides client-side functions for the Jaxon Ajax libraries.

Features

  • Construct and send ajax requests to registered Jaxon classes and functions.
    • Execute various callbacks during the requests processing.
  • Receive, parse and process responses to Jaxon requests.
    • Execute the instructions they contain in the browser.
  • Provide a jQuery's ready()-like feature, to run custom code after page load.

Installation and Configuration

  1. Copy the content of the dist directory to your webserver.
  2. Set the js.lib.uri option in the Jaxon PHP library to the link to the directory.

Contribute

  • Issue Tracker: github.com/jaxon-php/jaxon-js/issues
  • Source Code: github.com/jaxon-php/jaxon-js

License

The project is licensed under the BSD license.