Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
19190 Visualizzazioni

Hello guys

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

Avatar
Abbandona

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

Autore

still i dnt find any solution

Risposta migliore

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
Abbandona
Autore

Thanks virali

Post correlati Risposte Visualizzazioni Attività
3
lug 15
11125
5
lug 23
18296
2
mar 22
5915
2
feb 18
7070
1
giu 17
3071