• I want to create a “Get Data” button that when clicked, calls a custom function that get’s data via API and inserts it in DB. The function I made is working well.

    I just want to know how to make a AJAX button that calls my custom function, say my_get_data_api(); ?

  • The topic ‘Create ajax button to call a function’ is closed to new replies.