juqerymobile还规定前台页面的结果吗?例如:<div data-role="header"><h1>页面标题</h1></div>
展开全部
对的,这就是jquerymobile的规则,如下面的代码:
<div data-role="page">
<div data-role="header">
<h1>Single page</h1>
</div><!-- /header -->
<div role="main" class="ui-content">
<p>This is a single page boilerplate template that you can copy to build your first jQuery Mobile page. Each link or form from here will pull a new page in via Ajax to support the animated page transitions.</p>
</div><!-- /content -->
<div data-role="footer">
<h4>Footer content</h4>
</div><!-- /footer -->
</div><!-- /page -->
更多追问追答
追问
哦哦,这就是它跟juqery的区别吧,jquery并没有对页面进行规定。那利用jquerymobile怎样写事件呢,例如提交表单,还跟jquery一样吗? 您能给一个例子吗?
追答
当然是一样的,jquery mobile只是提供ui控件而已
下面是例子
http://demos.jquerymobile.com/1.4.0/forms/
来自:求助得到的回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询