콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
19496 화면

Hello guys

i have used datepicker for my project its working fine in chrome but its not working in mozilla firefox

아바타
취소

I got the same issue. in firefox it shows "TypeError: $(...).datepicker is not a function".

작성자

still i dnt find any solution

베스트 답변

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
11409
5
7월 23
18646
2
3월 22
6176
2
2월 18
7378
1
6월 17
3331