Skip to Content
Menu
This question has been flagged
3 Replies
19163 Zobrazenia

Hello guys

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

Avatar
Zrušiť

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

Autor

still i dnt find any solution

Best Answer

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.


Avatar
Zrušiť
Autor

Thanks virali

Related Posts Replies Zobrazenia Aktivita
3
júl 15
11087
5
júl 23
18272
2
mar 22
5859
2
feb 18
7057
1
jún 17
3023