Tagged Questions
0
votes
2answers
24 views
How can I set a different class to past dates on the jQuery UI Datepicker?
Is there a way to set previous selected dates of the jQuery UI Datepicker to a different class?
The scenario I am dealing with is that there is a calendar with upcoming events and previous events. ...
1
vote
1answer
43 views
jquery ui datepicker adding custom column
I'm trying to take the out-of-the-box ui datepicker and repurpose it as a calendar based status display.
I'm having trouble trying to populate my additional column. This code updates the value just ...
2
votes
3answers
60 views
Clone div jQuery UI Datepicker issue
I have a div containing a few fields that can be cloned into another div. One of those fields use the datepicker ui. However, when I go to clone the div the datepicker stops working for the cloned ...
2
votes
2answers
85 views
Jquery datepicker calendar icon positioning
I'm using the jquery-ui datepicker. The problem is, the library inserts the calendar icon straight after the input field by default. But my HTML markup is a bit different and I want the calendar icon ...
2
votes
2answers
58 views
jQuery UI Datepicker - Why does the 2nd datepicker disappear onfocus?
I have two input elements that function as jQuery UI datepickers. After you make a selection on the first datepicker element it should automatically focus on the second datepicker element and show the ...
0
votes
1answer
38 views
Ensuring a date is at least 1 day later than another date using jQuery UI Datepicker
Using jQuery DatePicker, I'd like to ensure that the departure date is at least 1 day after the arrival date. The closest I've managed to get to this is to ensure that the departure date is on the ...
0
votes
2answers
346 views
Date range picker on jquery ui datepicker
I created a date range picker using jquery ui where you can use the same inline calendar to make both of your date selections.
See my fiddle here: http://jsfiddle.net/kVsbq/4/
JS
...
0
votes
4answers
50 views
Can JQuery UI datepicker be bound to an icon?
I have some HTML that looks like
<select id="day"><option>Day</option></select>
<select id="month"><option>Month</option></select>
<select ...
-2
votes
0answers
56 views
How do i disable or enable dates according to user choice in jquery.ui.datepicker?
I have some user profile page where in the url has the username(unique key).
e.g- > www.example.com/abhiram_giri
I have one date picker input field.
I want the date enable according to user ...
2
votes
1answer
53 views
jQuery Datepicker - Dynamically change selectable dates
I am using the jQuery datepicker and I currently have this code:
$("#dateObj").datepicker({
beforeShowDay: findDateAvailable
});
where findDateAvailable is a function which checks if the date ...
0
votes
2answers
59 views
Jquery-ui datepicker with months and years menu rails
I have a rails app where I want to choose a date of birth. I'd like to use the jquery-ui datepicker for this but am not sure how to implement it into my rails app.
This is a screenshot of the ...
-1
votes
2answers
77 views
How join javascript files? [closed]
I tried join javascript files in one file, but everything resulted in conflict.
I need join:
1 jquery and my functions. Ok.
1 jquery-ui and jquery.ui.datepicker.
1 jquery.autocomplete.
How can i ...
2
votes
2answers
85 views
Enter text in Datepicker textfield
I'm using jQueryUI to add a datepicker to a textfield. It all works fine, but because of this i'm not able to type any text into the textfield. I can only add a date through the datepicker.
But i ...
0
votes
1answer
161 views
Complex Date Issue - PHP - Codeigniter - Jquery UI Calendar
I am creating a site that utilizes the jquery ui datepicker. I have it where items have different rental lengths. So a car might be 7 days, while a tent might be 3 days.
When the user enters a ...
0
votes
1answer
176 views
JQuery Datepicker - different hover behaviors for specific cells / date types? - Resolved
is it possible to assign different hover methods for the different date types?
For example:
beforeShowDay: function(dDate){
if(condition1){
//assign specific method ...