MS-PL
Android
.NET

软件简介

jQMvc 是基于 jQuery Mobile 的一组扩展,用来构建基于
ASP.NET MVC 的 HTML5 移动应用。

示例代码:

@using jQM
@{
ViewBag.Title = “Buttons”;
}
@Html.ActionButton(“Hi. I am a simple button.”, “Index”, “Home”)
@Html.ActionButton(“Hey! Look, I am a settings kind’a button.”, “Index”,
“Home”, ButtonIcon.gear)
@Html.ActionButton(“Unlike others, I have route values.”, “Router”, “Home”,
new { id = “value” })

上述代码执行结果: