Skip to main content

All Questions

Tagged with
479 questions with no upvoted or accepted answers
1 vote
0 answers
126 views

Why does JQuery UI datepicker beforeshowday do nothing?

In the code below you can see begin and end arrays which are filled with unix timestamps. The same indices (begin[0],end[0]) stand for one range. Now my question is how can I disable those dates in ...
Zwetsche's user avatar
1 vote
0 answers
131 views

Unable to disable Jquery UI datepicker in IE

I am using Jquery UI datepicker in my angular app, also for rendering the all form controls including datepicker, I am using plugin Angular Schema-Form. To add Jquery UI datepicker in it, I created my ...
Saurabh Palatkar's user avatar
1 vote
0 answers
909 views

Bootstrap Datepicker Disable dates not working

I am trying to put a range of .datepicker() selection and Bootstrap Datepicker I would like to disable some days, however not working, Lets say, Today is Wednesday (04/05/2016) and I would like to ...
Shalafister's's user avatar
1 vote
0 answers
51 views

Datepicker UI - Change date with keycontrols

Hello I got a question regarding changing the date with the arrow keys on your keyboard (keycode 37,38,39,40). If you look at this example: DatePicker from Telerik they have build a quite nice ...
Rotan075's user avatar
  • 2,607
1 vote
0 answers
333 views

change days count of month in jquery datepicker

for some reasons i would like to change days count of a mooon in jquery ui datepicker library. means all month of the year should have 31 days. the jquery ui datepicker library has a function named ...
Sirwan Rauofi's user avatar
1 vote
0 answers
90 views

I want to use the jquery-ui datepicker in handsontable(version 0.22.0)

I have using the handsontable(version 0.22.0) I want to use the jquery-ui datepicker at the convenience of the design. But jquery-ui datepicker in 0.12.6 has been removed (https://github.com/...
yuri1121's user avatar
1 vote
0 answers
133 views

jqueryui datepicker show extra week when conbine numberOfMonths+showOtherMonths

I'm having an issue with the jqueryui datepicker, I have an inline datepicker on a div with numberOfMonths=3, showOtherMonths=true, and when a month have 6 weeks the month next to it have 6 week too ...
Agustin Prosperi's user avatar
1 vote
0 answers
255 views

jQuery UI datepicker works on IE and Google Chrome, but not on Firefox

This is my Layout page in ASP.NET MVC 5 project : <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <...
jason's user avatar
  • 7,104
1 vote
1 answer
56 views

jquery datepicker display in different size in one page

I'm trying to make font-size in different of datepicker it's not working. But if I remove ".mydiv" from <style> it's working well. <style> .mydiv1 div.ui-datepicker{ font-size:10px; } ...
Choo Chu's user avatar
  • 141
1 vote
0 answers
91 views

jquery datepicker Change format

I am filtering my csv data on a simple comparison of d3.csv loaded data with jquery datepicker data. I'm able to do it finally, except one very silly problem, I am not able to match single digit ...
Pravin's user avatar
  • 471
1 vote
0 answers
637 views

Datepicker with multiple dates by dragging the mouse

Does anyone know a way to select multiple dates by dragging the mouse with the button clicked on the calendar and select how many dates i want, then just release the mouse and dates are selected?
caiocafardo's user avatar
1 vote
0 answers
566 views

Set focus on Jquery datepicker on datepicker close, without opening datepicker

I am trying to set focus on input of datepicker, after datepicker closes, but without opening it again. Does anyone have a solution to this wicked request? I have tried something like this, but ...
lucafik's user avatar
  • 305
1 vote
1 answer
1k views

How do i make jQuery datepicker work in angularjs with watch?

I am trying to use the jQuery datepicker in an angular program. I have a datepicker html which i use a couple of times. If the user is changing the start time i want the end time to be a day later. ...
Meinhh's user avatar
  • 51
1 vote
0 answers
52 views

jquery ui datepicker not setting dynamically

i am trying to set mindate dynamically on pageload event and dropdown change event also , mindate sets in page load but when i am trying to set on change event it gives error this is my code //...
nilesh suryavanshi's user avatar
1 vote
0 answers
62 views

Manual date entry check for jQuery UI Datepicker

I have jQuery datepicker on a page that allows manual date entry.How to check the format and validation of date in the jQuery UI Datepicker.For example,input 20030230,and it will remind me of the ...
Alexander's user avatar

15 30 50 per page
1
3 4
5
6 7
32