-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freeRange selection #46
base: master
Are you sure you want to change the base?
Conversation
fills dates in between. Lather, rince, repeat.
fell between the start and end date.
It seems that this doesnt work in IE (tested version 8 and 9 and different jquery versions). After selecting the first date i always get this error: |
Ah. I haven't got IE on any of my computers. I'll eventually need to test this project in IE, so when I get to that point I'll have a look if I can see what is wrong. If anyone else knows what is wrong with it, then great ;) :). |
the error appears when i preselect dates or disable dates ... the free-range selection doesnt work at all. Besides it looks like the IE doesent support any of the types for pre-selecting / disabling dates. |
here is the solution for the general IE problem: #12 (robfuscatory) But the free range selection still doesnt work UPDATE: |
The error received was Conversion from "function" format not allowed on jQuery.multiDatesPicker (once I fixed the error message that is - also in this commit).
I'm not really a javascripter, so my solution probably isn't that elegant (and made use of a bit of copy/paste from the code above). Implements the wished feature in this issue: #44