Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3 Respostas
19173 Visualizações

Hello guys

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

Avatar
Cancelar

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

Autor

still i dnt find any solution

Melhor resposta

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

Thanks virali

Publicações relacionadas Respostas Visualizações Atividade
3
jul. 15
11099
5
jul. 23
18279
2
mar. 22
5886
2
fev. 18
7063
1
jun. 17
3044