Skip to content

rienierpatron/phpAjax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpAjax - Simple jQuery Plugin for Ajax and PHP

Those who were searching for ajax listening to php. This will be a basic plugin to that.

  • Instruction:

Sample implemetation

	$(document).ready(function(){
		$("form").phpAjax({
			"url":"controller.php",     // php file path
			"method": "get",            // form method (post , get)
			"result": "#result",        // result container
			"successNote" : "Success!",   // note if the request is success
			"errorNote" : "Error!"   // note if the request is failed
		});
	})

About

Simple jQuery Plugin for Ajax and PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published