Top Menu

ajax scripts script web 2.0 dhtml javascript

Main Menu

Menu

Scripts

 
Category: Ajax File Management /  JqSajax JqS Ajax Javascript

jqS ajax Call your PHP method-function from Javascript


Share this ajax content

* You can call PHP method/function from javascript.

You can use it as JQUERY plugin. so you can call your php method as

 
 var data=$.x_page_multiply(var1,var2); multiply() is php method in page object. or
 
 var data=$.x_multiply(var1,var2); multiply() is php function

 

* You can also call PHP method-function as javascript method.

 
var data=jqSajax.x_page_multiply(var1,var2); or var data=jqSajax.x_multiply(var1,var2);

 

* You can also call php method-function as javascript function.

 
var data=x_page_multiply(var1,var2); or var data=x_multiply(var1,var2); * Get your AJAX result directy like var data=$.x_multiply(var1,var2);

DEMO and DOWNLOAD

Hit: 3778.



 
Rating
  • Currently 3.00/5
  • 1
  • 2
  • 3
  • 4
  • 5

Rating: 3.0 (total votes for this content: 581)

 
Write Review

Footer

| Stats