Hello guys
i have used datepicker for my project its working fine in chrome but its not working in mozilla firefox
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello guys
i have used datepicker for my project its working fine in chrome but its not working in mozilla firefox
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
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
3
thg 7 15
|
11131 | ||
|
5
thg 7 23
|
18307 | ||
|
2
thg 3 22
|
5920 | ||
Odoo 8: Manage Exception in website
Đã xử lý
|
|
2
thg 2 18
|
7077 | |
|
1
thg 6 17
|
3080 |
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution