When we have a long web page, it is recommended to create a scroll to the top button. This button is normally placed at the right bottom corner of the website. When a user clicks it, it will take the user to the top of the page with a scroll.
Tag: jQuery

When you work on projects you will have to create a progress timer bar to make UX (user-experience) better. For longer actions, we can introduce a progress bar that will not only show the current progress to users but also let them wait until the action is completed. In this article, we will see how to create a progress timer bar using Bootstrap and jQuery.

DataTables is a very popular and useful jQuery library to create powerful tables. In this article, we will see how to create date range filters in server-side jQuery dataTables using PHP and AJAX.

How to add formatting for letter-spacing after every 4 digits of credit, visa, union or master card in HTML input box of stripe or any other payment gateway

Disable mouse click inside the HTML element or a DIV using CSS or JavaScript.