-
How do I disable calendar 'jumping', because whenever I make a new selection from the next month, months suddenyl switch in the viewing area. I need them to be static. Just like on this website (is th…
-
Is there a way to fix that? I tried setting the toggler event to `touchstart` it made little help: the keyboard is not shown, but the datepicker is still visible.
-
Здравствуйте. Столкнулся с такой проблемой: когда календарь инициализируется - сегодняшняя дата по умолчанию выбрана, не вижу как это изменить
И еще, когда в опции date указано несколько дат, которые…
-
Can I set it so my visible input field shows a nicely formatted date in j M Y format
- for instance: 1 Jan 2016
If I put 1 Jan 2016 in the input field and specify format as j M Y then calendar rever…
-
Hi, Nazar!
It would be very nice, if you`ll add this plugin on npm!
-
How to bind click event in pickmeup Plugin?
-
Hi, there)
I`m using this plugin with bower + webpack
``` javascript
require('pickmeup');
```
And this throw an error
``` javascript
Uncaught Error: Cannot find module "./css/pickmeup.css"
```
I`…
-
Seems like max date for the month is always the end of the month wich is not true when I pass max param as new Date() wich is today.
So by default it would be 01.09.2015 - 30.09.2015 not 01.09.2015 - …
-
Hi Nazar,
I got a range calendar working well, I need to send the selected values to a input , how can I do that?
For now i have this:
html:
js:
$(function () {
$('input').val(
$(…
-
Hello, thanks to you for this plugin.
I want to make a check-in check-out date system with this plugin.
I put datepicker to in a div
I want to make when I select first date, a span will dynamicly ge…