ANIMSITION is a simple jquery plugin for page transitions. we all know that CSS3 has ample of transitions and rotation features which help developers get descent enough types of effects in page transitions. At the same time JQUERY has got many effects like fade, rotate etc, to get complex effects in to our project easily. … Continue reading “Page Transitions with ANIMSITION”
Category: jquery
Custom HTML Audio tag
There may be hundreds of Javascript and HTML audio players available, but always the requirement will be somewhat different from the current one. So i felt it is better to learn customizing the audio player according to my own needs. Let’s see how i could do it in a simple way, Firstly I create an audio … Continue reading “Custom HTML Audio tag”
Introduction to your website/product with intro.js
This would be the best way to introduce your product to your visitors or a website with a tour. Intro.js is javascript plugin features in providing a step a step guide to a product. Let us directly jump to How to use? Download the files from Recent upload Let us create a basic HTML page … Continue reading “Introduction to your website/product with intro.js”
Loading images on scroll using jquery
Lazy load is a Jquery plugin which helps in loading images on scroll with a delay, that is images which are outside the viewport are not loaded until the user wishes to view that area. This helps in loading the webpages faster since the images are loaded one after the other. How to use this … Continue reading “Loading images on scroll using jquery”
Jquery water ripple effect
Jquery Ripples plugin is a pretty and simple plugin to get the water ripple effect on webpages. This works on all the browsers which has WebGL extension supported. The basic functionality is to get the ripple effect on your webpage with a background. If you feel your background images are boring and want to try … Continue reading “Jquery water ripple effect”
using jinvertscroll plugin
I always wanted write about parallax and horizontal scrolling. Now i have got the chance to share with jinvertscroll. jinvertscroll is an amazing jQuery plugin to scroll the contents of your webpage horizontally and it supports the major feature which all the developers care about, that is nothing but Responsiveness. It’s a lightweight plugin which … Continue reading “using jinvertscroll plugin”
jquery input tag autocomplete
This plugin makes your input tags easy to handle and gives a magical look.It’s the easiest plugin to implement which makes your input look better. You just have to add a javascript file and a CSS style sheet (hoping you already have jquery .js file) in to your project, since both of them are less … Continue reading “jquery input tag autocomplete”