Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/76.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
MVC 4 mobile与Jquery.mobile 1.4_Jquery_Asp.net Mvc 4_Jquery Mobile_Nuget_Visual Studio 2013 - Fatal编程技术网

MVC 4 mobile与Jquery.mobile 1.4

MVC 4 mobile与Jquery.mobile 1.4,jquery,asp.net-mvc-4,jquery-mobile,nuget,visual-studio-2013,Jquery,Asp.net Mvc 4,Jquery Mobile,Nuget,Visual Studio 2013,我使用VS 2013和MVC 4 mobile。默认情况下,它使用Jquery.mobile 1.2和Jquery 1.8.2。但是我想使用Jquery.mobile1.4和jquery1.9.1 如何配置它???在VS 2013中打开软件包管理器控制台,键入以下两个命令以从NuGet更新软件包 PM> Install-Package jQuery -Version 1.9.1 PM> Install-Package jquery.mobile -Version 1.4.0

我使用VS 2013和MVC 4 mobile。默认情况下,它使用Jquery.mobile 1.2和Jquery 1.8.2。但是我想使用Jquery.mobile1.4和jquery1.9.1


如何配置它???

在VS 2013中打开软件包管理器控制台,键入以下两个命令以从NuGet更新软件包

PM> Install-Package jQuery -Version 1.9.1
PM> Install-Package jquery.mobile -Version 1.4.0