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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
3
lip 15
|
11817 | |||
|
5
lip 23
|
19346 | |||
|
2
mar 22
|
6651 | |||
|
Odoo 8: Manage Exception in website
Rozwiązane
|
2
lut 18
|
7728 | ||
|
1
cze 17
|
3671 |
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