Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
19181 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
11105
5
jul 23
18287
2
mar 22
5904
2
feb 18
7066
1
jun 17
3053