Archive for June, 2012

Show only Month and Year in jQuery UI DatePicker

jQuery UI Datepicker is a great control. The default behavior of the control shows dates along with Month and Year. But today for my requirement, I need to show only Month and Year as dropdown (with no dates). So when datepicker control is opened there should be only Month and Year dropdown. This was a […]
Read the rest of this entry »

jQuery: Display button on image on hover

This is really interesting. Today while surfing I found an jQuery article which shows button on top of the image when user takes the mouse on the image and hides it when mouse is out. And I liked the idea. I was eager to find out that how this is done and let me tell […]
Read the rest of this entry »

jQuery selectors code snippets demo

Selector is the most basic things in jQuery. Their use is very simple and straight and correct use of selectors can enhance the efficiency of writing jQuery code. I have put together some of the common selectors which are pretty common. ID Selector $(document).ready(function () { $('#dvDummy').css('background', '#000000'); }); Class Selector $(document).ready(function () { $('.class1').css('background', […]
Read the rest of this entry »

jQuery: Create EXCEL like Document

Excel is a powerful tool so as jQuery is a powerful library. In this post, I will show you a jQuery plugin named "Handsontable " using which you can easily create Excel like document/table on your webpage. This plugin also supports some of the tasks which you can perform with excel like Copy+Paste, Drag down […]
Read the rest of this entry »

Responsive Menu
Add more content here...