Sunday, 15 July 2012

Integrating jQuery DatePicker Calendar into Page -


I am trying to integrate the calendar of jQuery into my page. I do not want the user to click on the date fields for the calendar, I want them to see the calendar only when they load the page. Is it possible, and if so, how?

I'm looking at Stack Overflow for help, but I'm not sure what I'm looking for is the right way to describe it correctly.

Thank you very much.

As described in, you can just call Datepicker inline to display inline code Instead of a

.datepicker () method.

The arousing problem of this usecase is fasct only, that you will not get the date you entered directly in an input field, you can get the value by calling $ ("# yourDatepickerDiv"). Datepicker ('getDate');


No comments:

Post a Comment