Hello,
I have a popup datepicker:
$("input.DateTimeTextBox").datepicker();
and it works OK. But I would prefer to have it inline under the
textbox. I cannot find an option to turn datepicker to inline mode.
Sure, I can wrap the inputbox into div, but that lead me to this code:
$("input.DateTimeText
Hi.
I'm using the jQuery UI datepicker in inline mode, so it attaches
itself to a div instead of a text input. I'm trying to set it up so
that people can click on dates as much as they like, and the calendar
stays on the screen, and each time a date is clicked on, it opens up a
new page in a mod
Hi,
I use DatePicker inline in a form and i have 2 questions.
* How to display 6 weeks.
* And how to reset after a DatePicker submit (without refreshing the
form)
(sorry for my English)
BillyBob
--~--~-~--~~~---~--~~
You received this message because you are subs
Curious if there is a particular reason why the showButtonPanel option
doesn't work with inline datepickers?
--
Brandon Aaron
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group,
Hi
I'm currently using ui.datepicker on a page which uses event
delegation (via javascriptmvc) to hook up event handlers. When I click
a link on the datepicker, say "previous month", the inline event
handler is fired which rebuilds the datepicker html. The event then
bubbles up to the page delega
Sorry folks...another new guy question...
I'm using datepicker targeting a div element to make it an inline
datepicker. I can apply styles using CSS just fine. When executing
something like this, we have a problem:
$("#calendar").datepicker();
$("#calendar TD.ui-datepicker-days-
cell:contains(
>From the demo page for the datepicker, I found an example of linking
an inline calendar with a single input using "altField". I'm trying
to accomplish the same thing using an inline range calendar, but I
want to link the dates to two inputs instead of one, a start and end
date. How would I go a