تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
19170 أدوات العرض

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
يوليو 15
11099
5
يوليو 23
18277
2
مارس 22
5883
2
فبراير 18
7063
1
يونيو 17
3044