Category Archives: jQuery


March 6, 2024 5:01 am

How to Check Expired Sessions using PHP & jQuery


How to Check Expired Sessions using PHP & jQuery
This article can help you to check if a user's session is expired or not if session expired show him popup or an alert window that your session is expired please login again. We need this feature for security reasons and its very useful and important for web developers who working on session based applications. We are using jQuery and PHP in this tutorial.

[ Read More ]


March 5, 2024 5:01 am

How to Sort List Items using jQuery with anchors


How to Sort List Items using jQuery with anchors
I have found an interesting jQuery code to sort list items on your web pages and writing this tutorial to apply this functionality in your web projects. In this code snippet we create a jQuery function which load all list items of a given id and match text letters and present you in a sorted form, lets see how it works and its demo with source code.

[ Read More ]


March 4, 2024 5:03 am

How to copy text to Clipboard using jQuery


How to copy text to Clipboard using jQuery
In this tutorial I am going to show you how to copy text in clipboard without ctrl+c and ctrl+v I have used jQuery Clipboard plugin (zclip) to perform this task. The JavaScript clipboard functionality is disabled by the most of the browser due to security risk so this plugin use a dynamic flash file.

[ Read More ]


March 2, 2024 5:02 am

How to create Password Strength checker in jQuery


How to create Password Strength checker in jQuery
This tutorial show you how to create password strength checker and its very important for your website to have some password checking on signup pages to force your users to enter a strong password. This example shows you five stages of password strength very weak, weak, medium, strong and very strong all calculated on your passwords characters and its length.

[ Read More ]


February 28, 2024 5:05 am

Dynamic image slider using Twitter Bootstrap & PHP with MySQL


Dynamic image slider using Twitter Bootstrap & PHP with MySQL
I have received many requests from my readers to create image slider with admin where they can edit images and update text, so in this tutorial I am going to show you how to create image slider to get images, title and description from database and slide images. Using twitter bootstrap I have created a very simple and easy to understand slider and PHP & MySQL for dynamic option.

[ Read More ]


February 27, 2024 5:04 am

How to create Sticky Table Headers using jQuery


How to create Sticky Table Headers using jQuery
In this Tutorial you can see how to carry table heading on scroll down and up, in old styles when we scroll page down we forgot what column contain what. I have used jQuery plugin to perform this task very easy to understand and configure in your projects. It helps you to create user friendly reporting for your website which allow you to read large tables more usable.

[ Read More ]


February 25, 2024 5:04 am

How to create dynamic and animated scroll to top with jQuery


How to create dynamic and animated scroll to top with jQuery
In this tutorial I am going to show you how to add a scroll to top with dynamic window width when your reach 70% height it will show you an arrow and text "Back to Top". We created this option with jQuery scroll event sent when your scroll position changes up and down, on a 70% scroll down it will fade arrow up box when you click on that arrow it take you to the top.

[ Read More ]