Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odgovori
19162 Prikazi

Hello guys

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

Avatar
Opusti

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

Avtor

still i dnt find any solution

Best Answer

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
Opusti
Avtor

Thanks virali

Related Posts Odgovori Prikazi Aktivnost
3
jul. 15
11085
5
jul. 23
18268
2
mar. 22
5857
2
feb. 18
7057
1
jun. 17
3023