API Documentation

POST
petrojs.POST('url',{
data:"data=Your Posted Value"
}, function(data){
	//code goes here
});