jqSajax

程序名称:jqSajax

授权协议: 未知

操作系统: 未知

开发语言:

jqSajax 介绍

jqSajax is PHP Class to build jQuery Plugin. You can export PHP Function, your
personal function, your method, or your PHP Class and call it from Javascript
directly with Ajax.You can get the result directly without reloading it.

var result=$.x_phpfunction(var1,var2);
or you can call like:
var result=$.x_object_method(var1,var2);
Example: to call helloworld($var1,$var2) function in PHP , you can write
input button like this:
<input type="button" onclick="alert($.x_helloworld('jhon','28'))" />

jQuery Ajax return a page (data type is XML,JSON,text,script,html,etc),
jqSajax return the result of PHP function/method you call. the variable type
is the same the variable type in PHP. you can pass all variable types:
array,string,number,boolean from javascript to PHP and vice versa. with
jqSajax you can pass and get array (from javascript to PHP and vice versa)
easier.
Please see the demo at http://satoewarna.com/jqsajax

jqSajax 官网

http://plugins.jquery.com/project/jqSajax

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...