Using jQuery to Dynamically Add CSS to HTML

jQuery easily allows for CSS to be dynamically changed as a result of different event triggers. This is especially useful if you want to change some styling of a particular element after a click. Implementing this type of code is fairly simple. The code in the following example would change the color of the text […]
Read the rest of this entry »

Using jQuery .click() Events to Override Hover Styles on Mobile

One of the most frustrating things about optimizing a site for mobile is when certain styles or events that work perfectly fine on the desktop version don’t really translate into a touch device. Take hover styles, for example, which work great on desktops, but, due to the nature of touch devices, don’t really work at […]
Read the rest of this entry »

jQuery 3.0 New Loop Syntax

jQuery 3.0 is the newest version of jQuery and its beta version is already out. There are many changes in jQuery 3, but one of the important changes is new syntax of for loop to iterate over the DOM elements of a jQuery collection using the for…of loop. This new change is more in line […]
Read the rest of this entry »

10 jQuery Credit Card Form Plugins

In this post, find a compiled list of 10 jQuery credit card form plugins which are useful for any ecommerce website. Using these plugins, one can easily format credit card information, validate credit card information and detect card type. 1. cardCheck Cardcheck.js is a very small jQuery plugin for e-commerce websites that validates the credit […]
Read the rest of this entry »

10 jQuery YouTube Plugins

In this post, find a compiled list of jQuery plugins to integrate YouTube videos in your website. These plugins allows you to create YouTube background as video, customize them, create YouTube videos playlist, embed them easily in your website, and create animated video thumbnails, among other features. 1. PreView Tube   A small jQuery plugin […]
Read the rest of this entry »

10 jQuery Panorama Plugins

In this post, find a compiled list of 10 jQuery Panorama plugins which you can use to display panorama image or 360 degree view of any image. These plugins are easy to integrate in your website. 1. iPanorama 360° – jQuery Plugin iPanorama 360° jQuery Plugin is a lightweight and rich-feature panorama viewer for the […]
Read the rest of this entry »