The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages

learn more… | top users | synonyms

0
votes
0answers
27 views

jQuery UI commands undefined unless I execute jQuery.noConflict()

I've inherited some code that makes extensive use of require.js, which I'm trying to learn. A page I'm having trouble with has a custom server control that bundles several scripts it's dependent upon ...
0
votes
0answers
11 views

Jquery datepicker setting button image using relative image path

There was a similar question that I found on Stack overflow but it did not clearly explain the answer. The Question is how do I use a relative path for buttonImage so that I can use a custom image for ...
0
votes
0answers
4 views

Can I pass settings to DatePicker in the tag?

With jQueryUI Datepicker, I want to be able to send in limits (can only go X years back or X years forward, for example) and formatting (YYYYMMDD vs YYYY-MM-DD vs MM/DD/YYYY, for example) through the ...
0
votes
2answers
30 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. ...
0
votes
0answers
20 views

How can I show a specific month in jquery datepicker, without changing any dates selected

I would like to show an alternate month on the jquery datepicker without changing the date that is selected (if one has already been chosen), or selecting any date.
0
votes
1answer
125 views

Uncaught TypeError: Object [object Object] has no method 'datepicker'

this is the error i get when trying to use the datepicker widget: *has no method <script type="text/javascript" language="javascript"> $(function () { $("#from").datepicker({ ...
1
vote
1answer
51 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
62 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
108 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 ...
0
votes
0answers
19 views

Looking for better behavior from the JQuery date picker for selecting a date range

http://jqueryui.com/datepicker/#date-range This will work as is for what I need. However, a better behavior would be to keep the calendar open until both dates are selected instead of closing it ...
0
votes
1answer
71 views

jQuery datepicker not selectable anymore

I have a jQuery datepicker that used to be working very well. However, since yesterday, I must have changed something. When I hover over the calendar, nothing happens. When I click on the calendar, ...
2
votes
2answers
63 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
2answers
112 views

Add a day with selected date using Jquery datepicker

I have been trying to add a day for another date field with date selected of current field , onSelect: function(date) { var date2 = $('.currDate').datepicker('getDate'); ...
0
votes
1answer
41 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 ...
1
vote
0answers
53 views

BlockUI over just jQuery DatePicker during AJAX call

I'm trying to use jQuery UI DatePicker with BlockUI during the onChangeMonthYear callback. During the callback, I'm issuing an AJAX call to get a list of available dates for the month and I want to ...
0
votes
2answers
529 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
1answer
53 views

jQuery datepicker not opening up on focus

Heres my scenario: I have an index page with 2 radio buttons on it and a span area for results. When one of the radio buttons are clicked, the span fills up with an ajax generated page that has an ...
0
votes
4answers
53 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
1answer
60 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
1answer
39 views

Django inline formset with calculation and date using jquery

I have two models, it's a header/detail. class Header(models.Model): name = models.CharField(max_length=30,null=False) class Detail(models.Model): header = models.ForeignKey(Header) ...
0
votes
2answers
69 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
90 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
43 views

Adding jquery-ui DatePicker to SmartWizard

I'm using IE8 and SmartWizard 2.0 plugin. One of the steps in the SmartWizard includes a datepicker. But the popup doesn't show on clicking the input tag. var step4 = '<table ...
0
votes
0answers
36 views

How to call jeditable submit from another plugin

Components: jquery ui datepicker, Tuupolas jeditable, Trent Richardsons Timepicker Addon html: <div> Click on the date, then click done: <div class="datetimepicker">2013-03-28 ...
0
votes
0answers
349 views

javascript - datetimepicker position - middle

Level : Beginner Hello, I'm new at using any jquery. I need to make my form with datepicker and timepicker, as I need both, I choose this one: ...
0
votes
1answer
180 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 ...
1
vote
2answers
127 views

Disable dates in jquery datepicker according to option selected from dropdown

I have two datepickers showing startdate and enddate. There is a select box with options: |daily| |weekly| |monthly| |yearly| Suppose the selected option is weekly and date selected in startdate is ...
0
votes
1answer
128 views

DateTimePicker is not showing

I am facing an issue with the datetime picker in jquery in MVC4. Here is my code: @Html.TextBox("RELIEVING_DATE", Model.RELIEVING_DATE) $(function () { $("#RELIEVING_DATE").datepicker(); } ...
0
votes
1answer
196 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 ...
0
votes
0answers
72 views

Is There Any sfWidgetFormJQueryDate bundle for Symfony2

I am now using Symfony 2.1.8, I had a datetime field in my form. When those were the times of Symfony 1.4, I used to use sfWidgetFormJQueryDate plugin for date widgets, by defining an calendar image ...
0
votes
0answers
111 views

jQuery Datepicker Submitting via onSelect and Blur

I have a jQuery datepicker that I am trying to send data to a service on. Currently, I have two events tied to the datepicker to post: onSelect and datepicker.on('blur'). The blur event only posts if ...
2
votes
1answer
94 views

jQuery Ui datepicker only building container

Can't get my datepicker to build the calendar. It just places the container div in my dom. Here is the code: <html> <head> <script ...
0
votes
1answer
162 views

Jquery UI datepicker. Disable array of Dates

I have been trying to search for a solution to my Jquery ui datepicker problem and I'm having no luck. Here's what I'm trying to do... I have an application where i'm doing some complex PHP to return ...
0
votes
1answer
84 views

jQuery datepicker focus after click day of month

I am noticing that jQuery datepicker is neither activating the current element nor the next element in the tab index after tabbing into a field spawns a datepicker instance and the mouse is used to ...
1
vote
1answer
112 views

datepicker - error daySettings is undefined

I'm trying to disable some days for the datepicker function of jquery ui, but this code return an error: daySettings is undefined in http://code.jquery.com/ui/1.9.2/jquery-ui.js. It seems correct, I ...
1
vote
1answer
100 views

jQuery Datepicker - select only few days

I tried to make my datepicker better, but i only managed to enable (first i disabled all) mondays and thursdays but now i have a problem with specific dates. I tried many posibilities but either ...
1
vote
1answer
280 views

Cannot install jQuery UI WIdgets:Datepicker

When following this tutorial ...
0
votes
1answer
42 views

Jquery Datepicker Days

I have include a jqueryUI Datepicker, I need to change the 2 letters days into 1 letter, example. instead of "Su" for Sunday, it will become "S" for sunday and the rest.... How will I change it???
0
votes
1answer
273 views

jQuery UI DatePicker split to multiple dynamic fields

I have forms that repeat date fields in using 3 separate fields for month, day and year. I hve it so it splits the date into the 3 fields but the one big issue is the at the system renders multiple ...
0
votes
0answers
158 views

adding datepicker in 3rd party tooltip - part 2

I've asked a similar question before and got an answer that works in general, but not in my case. I will try to explain my question better here: I have an external js library that I use to create ...
3
votes
1answer
514 views

date picker jquery plugin not working in another page via jquery load method

I have two html main.html and a.html <html> <head> <title> main.html </title> <script src="http://code.jquery.com/jquery-latest.js"></script> <script> ...
1
vote
1answer
252 views

Using jquery-ui-rails datepicker in an Ruby on Rails website. datepicker method not defined

I got this problem writing the website with Ruby on Rails. bundle show * jquery-ui-rails (4.0.1) In app/assets/javascripts/application.js //= require jquery.ui.datepicker In ...
0
votes
0answers
35 views

Customize setting date - jquery datepicker

With a datepicker like the one here: http://jqueryui.com/datepicker/, I am wondering how to customize it so if a user enters the number 5 in a text box, the datepicker will automatically set the date ...
0
votes
2answers
436 views

How to Set a Default Date in J-Query UI DatePicker

I am trying to set a default date in my 2 textbox controls when the page loads. I want always to set as the default the first textbox(StartDate) to be the first of previous month like 01/01/2013. ...
1
vote
2answers
35 views

Make only semimonthly dates in the current month available in jquery datapicker

Only the dates 1 & 16 in any month should be available for selection. All other dates should be disabled. Please help $(closure.el).find('#listcmd_invoices .add .invoice-from-date-input') ...
0
votes
0answers
130 views

Issue with jQuery UI Datepicker inside jQuery UI Modal Dialoge

jQuery 1.7.2 jQuery UI 1.8.18 I have a jQuery UI Modal Dialoge that contains a jQuery UI Datepicker. This is a pop up editor we are using with our app. The first time the user pops up the editor ...
0
votes
2answers
97 views

Datepicker show legenda below months disappears on click next month

I have a nice legenda below my datepicker and it works fine, until you click on next month. I added the link because it is difficult to explain, click on the tab "Prijzen 2013" and than click on ...
1
vote
1answer
374 views

jQuery UI Datepicker Inline - submiting form on click

I am trying to submit form when date is clicked on datepicker. I have managed to submit, but cannot pass chosen date to hidden field of the form. So, form submits, but date is not sent ( I am sure it ...
0
votes
0answers
85 views

Display Timepicker horizontally

How can I display the timepicker horizontally of Jquery UI date and time picker. The time picker is shown below the date picker but I want to show timepicker at the right side of the datepicker. I ...

1 2 3 4 5 11