Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
19083 Vistas

Hello guys

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

Avatar
Descartar

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

Autor

still i dnt find any solution

Mejor respuesta

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
Descartar
Autor

Thanks virali

Publicaciones relacionadas Respuestas Vistas Actividad
3
jul 15
11003
5
jul 23
18133
2
mar 22
5762
2
feb 18
6971
1
jun 17
2943