Tag: Ajax

How to perform Live Search of WordPress posts using PHP

Last updated on March 1st, 2022 at 11:10 amAjax PHP Live Search is very popular now a days. In this tutorial we are searching wordpress post live using Ajax. This will in turn help user to search for a keyword with ease rather than typing it on a text box, hitting the search button and […]

How to show loading on form submission using jQuery

Last updated on January 10th, 2023 at 12:21 pmSimple script whicg uses jquery and ajax to submit form values from a basic HTML to a php server side script using jquery.ajax(),For that we need to create HTML web page with a simple login form HTML Form The div tag has a message stating “Loading Please […]

How to Scroll top and bottom of page using Jquery

Last updated on January 10th, 2023 at 10:54 amThere are requirements for the web developers to scroll the webpage to the top once a registration form or a form of any kind is being submitted by the user.. It all depends on the design of the webpage. But normally this is applicable when the form […]