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
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
jul 15
|
11003 | ||
|
5
jul 23
|
18133 | ||
|
2
mar 22
|
5762 | ||
Odoo 8: Manage Exception in website
Resuelto
|
|
2
feb 18
|
6971 | |
|
1
jun 17
|
2943 |
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution