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
|
11125 | ||
|
5
7月 23
|
18300 | ||
|
2
3月 22
|
5915 | ||
|
2
2月 18
|
7072 | ||
|
1
6月 17
|
3072 |
I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".
still i dnt find any solution