Category: Jquery (Page 2 of 5)

How to Drag And Drop Multiple Files Upload Using PHP jQuery

Last updated on January 12th, 2023 at 10:14 amVery simple and easy to implement file uploading script using HTML5. I am not using any API here and all I use is the jQuery library. Script Features & Techniques Create HTML Form First we need to create an html page with div tag and other details. […]

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 submit form using jquery ajax in PHP

Last updated on January 10th, 2023 at 11:03 amIn this tutorial we are going to discuss about how to create a simple HTML form and submit values to a different page. These form values will be dynamically displayed in the same page itself without browser getting refreshed / reloaded. HTML Form No need to explain […]

How to create custom alert pop up window using jQuery

Last updated on May 3rd, 2024 at 11:26 amIn this tutorial you can see how we can display jQuery UI dialog box instead of the regular Javascript alert message window on a webpage. The script is also flexible and will display different themes available in jqueryui.com automatically. The themes are defined inside a Javascript array […]

« Older posts Newer posts »