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
7월 15
|
11341 | ||
|
5
7월 23
|
18614 | ||
|
2
3월 22
|
6137 | ||
|
2
2월 18
|
7330 | ||
|
1
6월 17
|
3314 |
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution