0

mvc4 アプリケーションをモバイル フレンドリーなものに変換しています。特定のページに移動すると、$.datepicker が null であるか、_JqueryGlobalSettings.mobile.cshtml のオブジェクト エラーではありません。デスクトップ バージョンでは、このエラーは発生しません。助けてください。

$.datepicker.setDefaults({
        dateFormat: "m/d/yy",
        changeMonth: true, changeYear: true,
        showStatus: true,
        showWeeks: true,
        highlightWeek: true,
        numberOfMonths: 1,
        showAnim: "scale",
        showOptions: {
            origin: ["top", "left"]
                      }

    });

私の _layout.mobile.cshtml は次のとおりです

<head>
<link href="@Url.Content("~/Content/Mobile/Site.Mobile.css")" rel="stylesheet" type="text/css" />
    <link href="@Url.Content("~/Content/themes/custom-theme/jquery.ui.all.css")" rel="stylesheet" type="text/css" />
    <link href="@Url.Content("~/Content/Icons/icons.css")" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
    <script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
4

1 に答える 1

0

このjquery.validate.min.jsとjquery.validate.unobtrusive.min.jsを使用してみてください

于 2013-03-04T05:52:48.077 に答える