jQuery ajax image upload in PHP with preview

jQuery ajax image upload in PHP with preview

In PHP it is very easy to upload files on the server with the help of the move_uploaded_file() method. But in that, you have to load the page again and again if you need to upload more images. Nowadays we know that speed plays a very important role in a web application, user skips and gets […]

jQuery bottom to Top Smooth scroll

jQuery Back to Top Smooth scroll

If you have large content, multiple sections, and topics on your website, then going from bottom to top becomes a bit boring work on the website page. You might have observed “Back To Top” button on many websites, it is used when the page becomes very lengthy. In this tutorial, you will see how you […]