Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
3 Odpowiedzi
19094 Widoki

Hello guys

i have used datepicker for my project its working fine in chrome but its not working in mozilla firefox

Awatar
Odrzuć

I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".

Autor

still i dnt find any solution

Najlepsza odpowiedź

Hey ankit,

i got some solution for datepicker not working in firefox.

in my js i write code:

$(document).ready(function () {

    $('.datepicker').datepicker({});

});

for your XML file.

<input type="text" class="datepicker"/>

hope so this will help you.


Awatar
Odrzuć
Autor

Thanks virali

Powiązane posty Odpowiedzi Widoki Czynność
3
lip 15
11020
5
lip 23
18155
2
mar 22
5768
2
lut 18
6980
1
cze 17
2952