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
Create an account today to enjoy exclusive features and engage with our awesome community!
РеєстраціяRelated Posts | Відповіді | Переглядів | Дія | |
---|---|---|---|---|
|
3
лип. 15
|
10976 | ||
|
5
лип. 23
|
18081 | ||
|
2
бер. 22
|
5717 | ||
Odoo 8: Manage Exception in website
Вирішено
|
|
2
лют. 18
|
6921 | |
|
1
черв. 17
|
2893 |
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution