单击第一个时,Datepicker会出现两次

时间:2013-11-22 12:50:11

标签: javascript jquery html

我的js代码:

    $(function(){
       $(".datepicker").datepicker();
       $("#tarih").fadeIn();
    });

DIV:

    <div id="tarih" style="display:none;margin:auto;padding:10px">
    <input type="text" class="datepicker" onkeypress="return event.charCode >= 48 && event.charCode <= 57" maxlength="0" placeholder="Click to Schedule..." >
    </div>

我哪里错了?

0 个答案:

没有答案