PHP Classes

File: tests/src/js/function.js

Recommend this page to a friend!
  Packages of Thierry Feuzeu   Jaxon   tests/src/js/function.js   Download  
File: tests/src/js/function.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change:
Date: 4 months ago
Size: 427 bytes
 

Contents

Class file image Download
jxn_my_first_function = function() { return jaxon.request({ type: 'func', name: 'my_first_function' }, { parameters: arguments }); }; jxn_my_alias_function = function() { return jaxon.request({ type: 'func', name: 'my_alias_function' }, { parameters: arguments, upload: 'html_field_id' }); }; jxn_my_third_function = function() { return jaxon.request({ type: 'func', name: 'my_third_function' }, { parameters: arguments }); };