Title: Working example?
Last modified: August 24, 2016

---

# Working example?

 *  [deseosuho](https://wordpress.org/support/users/deseosuho/)
 * (@deseosuho)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/working-example-1/)
 * Hi. I’m not quite getting the instructions.
 * I have a functioning web-app in a wordpress page. The ajax call pasted below 
   is what I have currently. When trying to implement ajaxflow, I change the url
   to the commented one. However this does not work. Could you provide a few more
   instructions? Thanks.
 *     ```
       $.ajax({
   
       					  url:'http://staging.mydomain.com/wp-admin/admin-ajax.php',
       					  //url:'http://staging.mydomain.com/ajaxflow/myajaxaction',
   
       					  type:"POST",
       					  datatype: 'json',
       					  data: {
       						  'action':'myajaxaction',
       						  'environmentvars': tmp},
   
       			cache: false,
   
       			success: function(response){
       				console.log(response);
       ```
   
 * My ajax return is :`"Your ajaxflow call does not exists or exit is missing in
   action!"`
    [https://wordpress.org/plugins/ajaxflow/](https://wordpress.org/plugins/ajaxflow/)

The topic ‘Working example?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ajaxflow.svg)
 * [AjaxFlow](https://wordpress.org/plugins/ajaxflow/)
 * [Support Threads](https://wordpress.org/support/plugin/ajaxflow/)
 * [Active Topics](https://wordpress.org/support/plugin/ajaxflow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajaxflow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajaxflow/reviews/)

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)

 * 0 replies
 * 1 participant
 * Last reply from: [deseosuho](https://wordpress.org/support/users/deseosuho/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/working-example-1/)
 * Status: not resolved