jqueryMobile使用示例分享

前端之家收集整理的这篇文章主要介绍了jqueryMobile使用示例分享前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

jQuery Mobile是客户端代码,但其基于ajax技术与服务器端交互。因此拥有一个Web Service,才能更好的体验jQuery Mobile的功能。这里不打算介绍Web Service的搭建过程,朋友们可以根据自己的实际需要自行搭建。

示例一:

<Meta charset="UTF-8">
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"&gt;

<div data-role="page" id="pageone">
<div data-role="header">

可折叠集合

<div data-role="content">
<div data-role="collapsible-set">
<div data-role="collapsible">

点击我 - 我可以折叠!

我是可折叠的内容

点击我 - 我可以折叠!

我是可折叠的内容

点击我 - 我可以折叠!

我是可折叠的内容

点击我 - 我可以折叠!

我是可折叠的内容

<div data-role="footer">

在此插入底部文本

演示图:

示例四:

<Meta charset="utf-8">

猜你在找的jQuery相关文章