跳至內容
選單
此問題已被標幟
3 回覆
19448 瀏覽次數

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
11360
5
7月 23
18621
2
3月 22
6145
2
2月 18
7340
1
6月 17
3329