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
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
3
июл. 15
|
11806 | |||
|
5
июл. 23
|
19335 | |||
|
2
мар. 22
|
6639 | |||
|
2
февр. 18
|
7722 | |||
|
1
июн. 17
|
3668 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution