Skip Navigation Links



Show jQuery DatePicker on button click

Author : Virendra Dugar      Blog :jQuery By Example      Date: 7/11/2012 6:13:00 AM


The default behavior of jQuery UI Datepicker control is to show Datepicker on click to the element to which it is bind. But sometimes it is required to open the datepicker control on click of button. So In this post, I will demonstrate how to show jQuery DatePicker on button click.


To achieve this, one need to set following options.
  • showOn: This is compulsory.
  • buttonText: This is optional. If set then text is displayed on the button on mouseover.
  • buttonImageOnly: This is optional but set to true to place an image after the field to use as the image without it appearing on a button.
  • buttonImage: This is also compulsory. The URL for the popup button image.
So the jQuery code is,
$(document).ready(function() {
    $("#txtDate").datepicker({
        showOn: 'button',
        buttonText: 'Show Date',
        buttonImageOnly: true,
        buttonImage: 'http://jqueryui.com/demos/datepicker/images/calendar.gif'
    });
});​
See result below.



When "showOn:button" option is used, it display a button next to the textbox. However there is a concern. When you take mouse on the showDate button, the cursor does not change to Hand sign pointer which doesn't look good from UI perspective.

But you can change the CSS behavior to show hand pointer. Add below jQuery code in document.ready() function, where datepicker is placed.
$(".ui-datepicker-trigger").mouseover(function() {
        $(this).css('cursor', 'pointer');
    });
See result below.


See Complete Code
Feel free to contact me for any help related to jQuery, I will gladly help you.

Bloggers

active bloggers in the last 24 hrs. Number shown in the bracket represents number of posts published in past 24 hrs,


other authors(79)

Fidarose Isha(5)

abrachan(2)

Dream Killers 11(2)

Milind(2)

N.GURURAJ.(2)

Prasanta Bora(2)

Prof.V.Harihara Subramanian(2)

R.D. Bhalekar(2)

Vidya lakshmi(2)

--- :) ----(1)

...yliram...(1)

A.M(1)

Abraham Tharakan(1)

aburman(1)

Aditya Iyer(1)

Alice(1)

Ambica Srimal(1)

Ambika(1)

Anu Varma(1)

Arti(1)

Artnavy(1)

arunimamazumdar(1)

cartoonistpankaj(1)

churumuri(1)

Cynical(1)

Cynthia Z(1)

dawdayogesh(1)

Defiant Princess(1)

Devi(1)

Dew(1)

DIGITALASIAN(1)

eM(1)

ephemeral desires(1)

etniq(1)

Farida Rizwan(1)

Flights of Fantasy(1)

For The Love Of Fashion And Other Things(1)

Gauri(1)

Giribala(1)

Hari Chandana P(1)

iBeingMe(1)

Itchingtowrite(1)

Iti(1)

Jaspreet(1)

Juhi From Meerut(1)

Jutson Devasahayam(1)

Kalyani(1)

Krishnaveni(1)

Kulsum(1)

Lakshmi Andra(1)

liveonimpulse(1)

Lucius Lobo(1)

mad madrasi(1)

Mahesh Kalaal(1)

Mahimaa Kohli(1)

Meena(1)

Megha(1)

MUNZ TDT(1)

Mythreyi(1)

Neelam Dadhwal(1)

Nik P(1)

nimisha mistry(1)

P.(1)

parth joshi(1)

Pavan BhavaniShekhar Devarakonda(1)

PNA(1)

Pramod Ganapathi(1)

pravsphenomenon(1)

Preety(1)

Priya(1)

Raafay Awan(1)

Reshma Rohra(1)

revsjoiedevivre(1)

Richa Sharma(1)

Ritesh Agarwal(1)

RollerCoaster(1)

Rupertt Wind(1)

Sachita(1)

sankarshan(1)

SAPTARSHI BASU(1)

sathish kumar(1)

Sharmila(1)

Shazia M(1)

Sheenzie(1)

Shivlu Jain(1)

Shobha(1)

Shruthi(1)

Simply delicious(1)

Simran(1)

Srinivasan Sampathkumar(1)

Sum(1)

sumana Mukhopadhyay(1)

Sumit K. Jha(1)

Supernova(1)

Swaram(1)

Swati Sapna(1)

Tarang Sinha(1)

TeaForTravel(1)

the blogger formerly known as sansmerci(1)

Think Out of the Box Communications Pvt. Ltd.(1)

tikulicious(1)

Tinkoo(1)

Vidya Sury(1)

Vikram Karve(1)

Vinay Kumar Vaidya(1)

Vishal Velekar(1)

vishesh unni raghunathan(1)

wildflower(1)

Yuvika(1)

अली सैयद(1)