Tag: Jquery (Page 2 of 6)

How to create jQuery image gallery with fade effect

Last updated on March 31st, 2022 at 09:17 amThis is a very simple image gallery with thumbnails using HTML. I have added some jquery so that we can incorporate some effect while users click on each thumbnails. The image pop up to the center of the screen when user click on them. Position of the […]

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 […]

« Older posts Newer posts »