Skip to main content

All Questions

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

How to use datepicker() in JS code ? (not a function)

I'm trying to use the datepicker function but I'm getting a error. There is a lot of topic about this problem but every time i try a different method, it doesn't work (with .noconflict() -> maybe i'...
dyd's user avatar
  • 11
1 vote
1 answer
978 views

Selecting a date in datepicker

If you select 06.05.2021 in the first datepicker, then the second date picker should not select anything before 06.05.2021. The script works with the yy-mm-dd format. The dd.mm.yy format does not work....
Nikita's user avatar
  • 11
1 vote
0 answers
61 views

Datepicker not appearing when using javascript file

I am trying to make the Datepicker widget appear by using a javascript file and it won't appear when I load the html file in a browser. I am also very new to coding in html/javascript. The Datepicker ...
Madeline Bellanger's user avatar
1 vote
0 answers
133 views

JQuery UI Datepicker Extension Function

I would like the ability to add a custom function to an existing jquery class, similar to an extension method in C# (specifically datepicker). I am able to get a static version of this working by ...
IanSoc's user avatar
  • 258
1 vote
0 answers
44 views

jquery ui datepicker option dateformat does not respond properly

I want to use the jquery ui datepicker in order to pick months and years. After searching in sites i have created this function: $(".datepickerSchedule").datepicker({ showOn: "both", ...
kyrpav's user avatar
  • 768
1 vote
1 answer
273 views

jQuery UI DatePicker: Exclude days + dates

After browsing a lot of topics over here and trying different approches I still have problems with disabling days and dates in the jQuery UI DatePicker. I tried creating 2 arrays which I check in the ...
Mark Boots's user avatar
1 vote
3 answers
288 views

Undefined page opening on clicking jquery datepicker next event

I am making a webpage and have used jquery-3.2.1.min.js , jquery-ui.min.js and animsition.min.js. I am using datepicker for capturing date using following code :- $(document).ready(function() { $("#...
Naveen Jain's user avatar
1 vote
1 answer
171 views

JQUERY UI Datepicker won't close when selecting selected date

I have a datepicker in js (using Jquery UI), that works just fine. When i click on a date, the datepicker closes. But, when I click the date that is already selected, the datepicker won t close. (...
john doe's user avatar
  • 161
1 vote
1 answer
1k views

dynamically pass min date to jQuery datepicker from bootstrap datetimepicker

I am working on a project, Actually there are two datepickers in my page. One is bootstrap datepicker and another is jQuery datepicker. There are three date fields, one is for start event date and ...
Neeraj Sharma's user avatar
1 vote
0 answers
227 views

jQuery Datepick plugin (Keith Wood) julian dates incorrect with daylight savings

I am having an issue with Datepick by Keith Wood. I want to display the selected date in julian format in the text box and the calendar pop-up. However, during day-light savings, the calendar pop-up ...
Alex1018's user avatar
1 vote
0 answers
280 views

jQuery UI datepicker inside multiple dynamic modal forms

I have dynamic modals in every id_pkt that I input the package and it will do looping. But the datepicker in id=tanggal only appears at first form. How do I loop the datepicker? $(document).ready(...
ghilang wishanggeni's user avatar
1 vote
3 answers
2k views

jQuery datepicker function: datepicker not a function

I am trying to add jQuery datepicker function here. But I am getting an error like 'Datepicker is not a function'. please let me know what went wrong. I went through other questions and tried ...
Aneez's user avatar
  • 61
1 vote
3 answers
4k views

minDate() and maxDate() property of jquery datepicker plugin not working

I have tried so many means I've seen on how to use the minDate() and maxDate() property of jquery datepicker plugin to restrict a user from picking a range of date values but none ever worked. Even ...
Wisdom's user avatar
  • 221
1 vote
0 answers
539 views

Convert datePicker UI to jalali in Odoo 8 (formerly openerp)

i'm using odoo 8 for our team and we need to implement Jalali(Persian) calendar for our customers, we've added one module that converts picked gregorian date to jalali, but in the UI we see Gregorian ...
Mort's user avatar
  • 1,461
1 vote
2 answers
2k views

How to overwrite jquery ui-datepicker style?

We are using ui-datepicker on an old system. It is setting the component style by adding to the div a style , for example <div id="ui-datepicker-div" class="ui-corner-all ui-datepicker ui-helper-...
shasho's user avatar
  • 161

15 30 50 per page
1 2
3
4 5
32