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.
Be the first to post a text review of jqSajax. Rate and review a project by clicking thumbs up or thumbs down in the right column.
jqSajax 1.0.2 Relase date 13 sept 2008 -This release add feature to call object in object. Now,jqSajax Support calling object in object with N degrees. Call $class->method1->method2->method3 ... methodN() as $.x_class_method1_method2_method3_ ....methodN() $mysite= new MySite(); $mysite->mypage = new MyPage(); $mysite->ajax=new jqSajax(); $mysite->ajax->export("mysite->mypage->method"); $mysite->ajax->processClientReq(); jqSajax 1.0.1 Relase date 26 August 2008 -add debug message to method fhasil(), to view the error message in PHP function/method. -fix minor thing in json support -jqSajax 1.0 Relase date 11 August 2008 -This file is use with jQuery library.
jqSajax 1.0.1 Relase date 26 August 2008 -add debug message to method fhasil(), to view the error message in PHP function/method. -fix minor thing in json support -jqSajax 1.0 Relase date 11 August 2008 -This file is use with jQuery library.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?