Archive for September, 2012

Date and Time Picker jQuery Plugin for Mobile

DateBox is a jQueryMobile plugin that aims to make user interaction with dates and times simple and intuitive. It is a colloborative work, with a full range of features allowing easy implementation, and painless extensibility. This plugin allows date selection, time selection and duration selection. And the selection widget can appear like Flip box, Slide […]
Read the rest of this entry »

How to get previous page URL using jQuery

jQuery code to get the previous page URL. The referrer property returns the URL of the document that loaded the current document. $(document).ready(function() { var referrer = document.referrer; }); The referrer property is supported in all major browsers. But there is a problem here. It is quite possible that Page URL is shared through social […]
Read the rest of this entry »

Fix for jQuery UI Button with only images issue

Yesterday, while using jQuery UI Button I encounter an strange issue. The functionality was to display the button with only image, no text. But my button was looking quite odd. See below image, After few minutes, I realized that I was doing 2 mistakes. As soon as I fixed it, the button was looking good. […]
Read the rest of this entry »

5+ jQuery Plugins for Interactive Charts and Graphs

The job of jQuery Chart or jQuery Graph is to present the raw data in graphical manner so it's become presentable and easy to understand. Today's post is compilation of 5+ jQuery Plugins to create interactive charts and graphs that are good enough to create simple charts to high complex charts. 1. FusionCharts FusionCharts gives […]
Read the rest of this entry »

Tutorial for creating simple stylized tooltip using jQuery

In this post, We are going to show you how to create simple stylized tooltip plugin using jQuery. You don't have to use any jQuery plugin to create tooltip. You will learn how easily you can make tooltips using jQuery and CSS. And the good part is that it can be using few lines of […]
Read the rest of this entry »

Responsive Menu
Add more content here...