跳至内容
菜单
此问题已终结
3 回复
19137 查看

Hello guys

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

形象
丢弃

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

编写者

still i dnt find any solution

最佳答案

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.


形象
丢弃
编写者

Thanks virali

相关帖文 回复 查看 活动
3
7月 15
11063
5
7月 23
18246
2
3月 22
5820
2
2月 18
7030
1
6月 17
2999