Archive for June, 2012

Top & Best 5 Free HTML 5 audio player

HTML 5 is going to be the future because off its features. Before HTML 5, to play any type of audio within a browser was possible using Adobe Flash or other browser plugins. HTML 5 defines a new <audio> element which specifies a standard way to embed an audio file on a web page. So […]
Read the rest of this entry »

Fix for setting CSS background image using jQuery

Yesterday I got into a very silly problem. I need to change background image of the div element using jQuery. And to change the background image, I was using jQuery CSS method which takes key as CSS attribute and value as value of that attribute. So, to change the background image I was using below […]
Read the rest of this entry »

jQuery Cookies : Get, Set and Delete Example

In this post I would like to share jQuery Plugin that will help you easily get, set, delete and basically manage your cookies. jquery.cookie is a simple, lightweight jQuery plugin for reading, writing and deleting cookies. Also read "How to create JSON cookies using jQuery" How to use it? //To set a cookie $.cookie('the_cookie', 'the_value'); […]
Read the rest of this entry »

Show loading image while Page is loading using jQuery

Web pages takes time to load and sometimes when page is heavy (full of images) then it takes more time to load. Would it not be nice to show loading images or message while your page is loading. It creates responsive webpage and gives nice user experience. The user will come to know that something […]
Read the rest of this entry »

jQuery Slider Plugin which supports Dates and touch devices

Touch devices are these days very common and one needs controls which supports slides functionality on webpages when viewed on Touch devices. jQRangeSlider is a jQuery UI range selection slider which supports Dates and it also works on touch devices. This plugin supports 3 kind of sliders. 1. Float Value 2. Dates 3. Editable Slider […]
Read the rest of this entry »

Top & Best 5+ jQuery Sliders

These days sliders are new way to present content on websites as it gives a professional look and also attracts the user. Sliders are useful for showing various things on websites like latest news, featured products, galleries etc. So in this post, I am sharing Top and Best 5+ jQuery Sliders that you can implement […]
Read the rest of this entry »

Responsive Menu
Add more content here...