Category Archives: jQuery


March 18, 2024 4:05 am

How to create lazy loading images using jQuery


How to create lazy loading images using jQuery
Today I am going to give you a simple but very useful jQuery plugin which can load images on page scroll called lazy loading, if you used high resolution images on your website then it's a best solution for you to make your web site looks professional. This makes the page load faster and reduce server traffic since the client loads the images in the region what they look at.

[ Read More ]


March 17, 2024 4:03 am

How to prevent spammers with MotionCAPTCHA using jQuery


How to prevent spammers with MotionCAPTCHA using jQuery
Captcha is one of the very useful to prevent spammers to insert fake data in your web forms, today I am going to show you how to create a MotionCAPTCHA using jQuery. MotionCAPTCHA is a jQuery CAPTCHA plugin that requires users to sketch the shape they see in the canvas in order to submit a form. This is a very simple and easy to configure in your web application it looks like a drawing pad user has to draw given sketch.

[ Read More ]


March 12, 2024 4:05 am

How to create Emoticons with CSS & jQuery Plugin


How to create Emoticons with CSS & jQuery Plugin
We use emoticons all the time in our chat conversions, messaging, comments and even in our emails to show that your feelings through some symbols like smile, sad and laugh etc. So this tutorial is all about emoticons using this tutorials demo and download code you can show your emoticons in your web projects very easily. We use a jQuery plugin with CSS to perform this task and make it very simple and easy to understand for our readers.

[ Read More ]


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 ]