Update information without updating the page with Cakephp 3

Asked

Viewed 95 times

0

How do I update some information without updating the page, I am working with Cakephp 3. Ex: I have 2 lists, one with all items and another with favorite items. In the first list I have the option to bookmark each item (save this information in the bd). I wish I didn’t have to refresh the page to update that information on the second list. What’s the right way to do it?

  • Already tried using an AJAX request?

  • Could you give me an example of AJAX usage in Cakephp 3?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.