Skip to main content

All Questions

128 votes
13 answers
162k views

putting datepicker() on dynamically created elements - JQuery/JQueryUI

I have dynamically created textboxes, and I want each of them to be able to display a calendar on click. The code I am using is: $(".datepicker_recurring_start" ).datepicker(); Which will only work ...
steeped's user avatar
  • 2,623
86 votes
9 answers
116k views

jquery-ui datepicker change z-index

The problem is pretty straight forward although I'm having a hard time figuring out just how to solve it. I'm using a jQuery-ui datepicker along with a custom made "ios style on/off toggle". This ...
Greg Guida's user avatar
  • 7,430
77 votes
15 answers
165k views

jQuery datepicker to prevent past date

How do I disable past dates on jQuery datepicker? I looked for options but don't seem to find anything that indicates the ability to disable past dates. UPDATE: Thanks yall for the quick response. I ...
netrox's user avatar
  • 5,316
55 votes
7 answers
307k views

Set initial value in datepicker with jquery?

I'm trying to set an initial value in my jquery ui datepicker. I've tried several different ways, but nothing seems to display the date, it's empty. var idag = new Date(); $("#txtFrom").datepicker("...
kaze's user avatar
  • 4,349
44 votes
6 answers
47k views

Test if element already has jQuery datepicker

I have a form with many input elements. Some are date fields with a jQuery UI datepicker alraedy attached: $("#someElement").mask("9?9/99/9999").datepicker({showOn: 'button', buttonText:'Click here ...
macca1's user avatar
  • 9,661
43 votes
9 answers
215k views

Disable future dates after today in Jquery Ui Datepicker

I want to disable all the future dates after today in Jquery Ui Datepicker Here is the Demo : Code : $( "#start_date" ).datepicker( { maxDate: '0', beforeShow : ...
Hassan Sardar's user avatar
25 votes
7 answers
41k views

jqueryUI datepicker fires input's blur before passing date, avoid/workaround?

I have some validation on a text input bound to its blur event. I have a datepicker on this field (the version from jqueryUI), so when you click the field, datepicker shows up, then you click a date ...
Purrell's user avatar
  • 12.8k
24 votes
10 answers
42k views

Conflict with two jquery datepickers on same page

So here is the setup: I have two jquery datepickers, inside a jquery tab, inside a jquery modal dialog window: \---/\---/\---/_______________ / / \ ...
musicmunky's user avatar
23 votes
6 answers
80k views

jQuery datepicker prev and next buttons not showing, how to point at theme folder images in css

I have used the jQuery ui datepicker to successfully add a calendar control to my textbox, but the previous and next buttons are not visible although the containing tag works functionally when ...
Jay's user avatar
  • 3,062
20 votes
3 answers
45k views

jQuery datepicker without input

I've got a fairly complex web app that I'd like to add some date-picking UI to. The problem I'm running into is that I haven't been able to figure out from the docs how to really take control of how ...
Tom's user avatar
  • 8,933
17 votes
8 answers
23k views

Jquery Ui Datepicker month/year dropdown is not working in popup in latest firefox

Somehow my jQuery UI Datepicker Month/Year Dropdown not working in any popup in latest firefox . When I click on Month or Year Dropdown, the options list doesn't appears. Here is my Popup & ...
StormTrooper's user avatar
  • 1,811
14 votes
10 answers
74k views

JS/jQuery TypeError: jQuery(...).datepicker is not a function

I've been scratching my head on this for 2 days, pretty sure I'm just missing something simple but I can't for the life of me figure out why it's not working. I'm trying to use the script below on my ...
Iconoclast's user avatar
14 votes
6 answers
37k views

JQuery UI datepicker how to show next prev arrows for month navigation?

Exactly as the title says. When I load the datepicker there is nothing on the ends to click onto change month. But you can stil change the month just no visual??
Malcolm's user avatar
  • 12.7k
13 votes
2 answers
83k views

How to set date for an inline Datepicker in jquery UI?

How to set date for an inline Datepicker in jqueryUI?
user avatar
13 votes
2 answers
21k views

JQuery UI datepicker not working when bound to a class

I've got this code: <html> <head> <link type="text/css" href="css/blitzer/jquery-ui-1.7.2.custom.css" rel="stylesheet" /> <script type="text/javascript" src="js/jquery-1.3....
kender's user avatar
  • 86.7k

15 30 50 per page
1
2 3 4 5
48