jQMvc

授权协议 MS-PL
开发语言 .NET ASP JavaScript
所属分类 jQuery 插件、 jQuery手机相关插件
软件类型 开源软件
地区 不详
投 递 者 黎鹤轩
操作系统 Android
开源组织
适用人群 未知
 软件概览

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" })

上述代码执行结果:

  • Before discussing more, please realize what I’m talking about is not “theoretical research”, but “real successful practice”. Definition I created the word – “jqMVC#”, which means bunch of things: “j” 

相关阅读

相关文章

相关问答

相关文档