Skip to:
Content
Pages
Categories
Search
Top
Bottom

Ajax bbpress reply

  • @ricoto

    Participant

    Hi,
    How to display the reply of a post with Ajax instead of refreshing the page?

Viewing 1 replies (of 1 total)
  • @rachana7

    Participant

    Using JavaScript or a library like jQuery, create an Ajax request. To process the request, create a server-side endpoint (for instance, a PHP file). In the server-side code, retrieve the content of the response from the database. Then, return the response’s content in JSON or HTML format. Using the obtained content, modify the HTML elements on the website using JavaScript.
    Hope this help you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar