Tagged Questions
9
votes
7answers
7k views
Jquery UI Datepicker not displaying
UPDATE
I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I have not changed anything else apart of the jquery and ui library versions.
UPDATE END
I ...
3
votes
5answers
2k views
Why jQuery UI datepicker can't works in jQuery dialog modal?
I want to use jQuery UI datepicker in one of my text inputs. This one is in a dialog modal.
In fact, I can call datepicker in the normal document text inputs and i got my calender normally but I ...
2
votes
1answer
435 views
exclude weekends to be clickable on jQuery datepicker
I would like to prevent the user from clicking on saturdays/sundays (week-ends) when he selects a date using the jQuery UI datepicker widget.
Is there a way to accomplish this? If not, which are the ...
2
votes
1answer
212 views
How to validate the Jquery UI- Calendar plugin?
I have used JqueryUI plugin- date picker to display my date.
The format is such that it has Fromdate & Todate.
If I select fromDate: for example 09/28/2010 and
If I select toDate: for example ...
1
vote
2answers
1k views
Datepicker dynamic min / max dates
I'm using the jQuery datepicker plugin on a site I am building. I need users to be able to pick two dates from within a specified range of dates. This is straightforward enough to do.
The problem is ...
1
vote
1answer
707 views
Jquery UI Datepicker Date Range Inline Problem
Hey Guys,
i have a big Problem with jQuery UI Datepicker.
I have two Input Fields "From Date" and "To Date". When i choose a From Date - a Daterange of only 5 Days should appear on the "To Date" ...
1
vote
1answer
871 views
Extending the Google CDN version of jquery to add datepicker
I'm using jqueryUI solely for the datepicker feature. It's great if you can get away with using plain jquery because then you can import it from Google's CDN, which is potentially faster than your own ...
1
vote
1answer
3k views
jquery datepicker onChangeMonthYear
I am using the jquery ui datepicker in my app.
I have created an inline datepicker.
I am having a problem with onChangeMonthYear. I have simplified the example to bare minimum.
Onclick of "prev" or ...
0
votes
0answers
61 views
Adding custom content to Jquery UI Datepicker
I want to add some date shortcuts like "Today, Tomorrow, This month..." to datepicker. So is there any solution for doing this? Not to page itself (it's simple), but to datepicker's popup. I try to do ...
0
votes
2answers
97 views
jquery datepicker disable all other days except this weekend
I am having two datepickers "depart date" and "return date". Once the depart date is selected, I want to disable all the days except the weekend of depart date for "return date".
For example if I ...
0
votes
1answer
165 views
How do I use jQuery UI's Datepicker not in a form, but to set the parameter for a link?
I have a link to a page on my site that has a data parameter in it. I want to use jQuery UI's Datepicker to set the parameter for the link. I've used Datapicker before, but only in forms. Is there a ...
0
votes
2answers
630 views
Yii's CJuiDatePicker doesn't work for me
I copied the Yii documentation's example for CJuiDatePicker:
$this->widget('zii.widgets.jui.CJuiDatePicker', array(
'name'=>'publishDate',
// additional javascript options for the date picker ...
0
votes
1answer
320 views
Page content disappears when showing jQuery UI datepicker in IE7
I'm using jQuery UI:
<script type="text/javascript" src="/jscripts/jquery-1.4.min.js"></script>
<script type="text/javascript" ...
0
votes
1answer
442 views
Update multiple inputs with altField in Datepicker
Can someone please tell me the correct way to modify the following:
$("#datepicker01").datepicker({
numberOfMonths: 2,
minDate: dd,
maxDate: '+1M +31D',
hideIfNoPrevNext: true,
altField: ...
0
votes
1answer
620 views
How to modify the style of jQuery DatePicker's disabled dates?
Given this page:
http://jqueryui.com/demos/datepicker/#min-max
And viewing its source:
http://jqueryui.com/themeroller/css/parseTheme.css.php
I can change the following line (using Chrome's inspect ...
0
votes
3answers
6k views
getDate with Jquery Datepicker
i am trying to get date from my implementation of jquery date picker, add it to a string and display the resulting image in my div. Something however is just not working. Can anyone check out the code ...