Se rendre au contenu
Menu
Cette question a été signalée
3 Réponses
19174 Vues

Hello guys

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

Avatar
Ignorer

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

Auteur

still i dnt find any solution

Meilleure réponse

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
Ignorer
Auteur

Thanks virali

Publications associées Réponses Vues Activité
3
juil. 15
11099
5
juil. 23
18279
2
mars 22
5886
2
févr. 18
7063
1
juin 17
3044