0

http://www.asp.net/ajaxlibrary/jquery_ui_mvc_datepicker.ashxに従って、 Asp.Net MVC を使用すると、datepicker が機能しない理由を教えてください。テキスト ボックスをクリックしても何も起こりません。日付ピッカーはどこに表示されますか?

    <input type="text" id="simple-date" />  

 <script type="text/javascript" language="javascript">
    // the jQuery ready shortcut  
    $(function () {  
        // set up our datepicker  
        $("#simple-date").datepicker();
    });
    </script>
4

1 に答える 1