经典收藏 50个jQuery Mobile开发技巧集萃(1)(4)
31、创建只有图像、没有文本的按钮

有时候,你可能不希望按钮有任何文本,但仍使用按钮元素随带的其余特性。主页按钮或信息按钮通常就是这种情况。想隐藏与按钮有关的任何文本,把data-iconpos属性设成“notext”。比如:
相关链接:http://eisabainyo.net/weblog/2011/01/31/top-10-jquery-mobile-code-snippets-that-you-need-to-know/
32、jQuery Mobile工具栏导航菜单
可以学习如何使用jQuery Mobile的工具栏和导航栏,创建固定位置菜单及更多内容!
相关链接:http://www.youtube.com/watch?v=JTNp0CkIZio&feature=related
33、jQuery Mobile中的搜索列表
我们很容易创建一个列表,该列表包括了搜索元素,用户通过该搜索元素,就可以开始输入文本,并获得适合该文本的从列表过滤出来的所有元素。
相关链接:http://www.youtube.com/watch?v=09sGNvHgIzE&feature=related
34、jQuery Mobile:官方的jQuery Mobile开发框架

这个移动开发框架拥有众多优秀的功能特性,允许移动开发人员把一些专业级的jQuery效果添加到iOS、Android、BlackBerry、bada、Windows Mobile、Palm OS、Symbian和MeeGo应用程序和web应用程序中。你应该会在移动版Safari中看到这个坏小子。
相关链接:http://iphonemonsta.com/jquery-iphone-mobile-development-framework-mobile-touch-optimized
35、不使用AJAX的页面转换效果就打开链接

想不使用AJAX的页面转换效果就打开链接(即以传统方式重新装入整个页面),把rel属性设成“external”即可。
相关链接:http://eisabainyo.net/weblog/2011/01/31/top-10-jquery-mobile-code-snippets-that-you-need-to-know/
36、jQuery Mobile多页内部链接
这个简短的视频片段解释了内部链接在jQuery Mobile中是如何工作的。
相关链接:http://www.youtube.com/watch?v=OqLPP70XnVY&feature=related
37、jQuery Mobile中的对话转换
可以学习在jQuery Mobile中显示对话时,如何设定转换。
相关链接:http://www.youtube.com/watch?v=Zh0yxy8YWYs&feature=related
38、为jQuery Mobile网站添加驾驶方向

可以学习如何为jQuery Mobile网站添加驾驶方向。
相关链接:http://www.coldfusionjedi.com/index.cfm/2011/3/9/Adding-driving-directions-to-a-jQuery-Mobile-web-site
39、jQuery Mobile框架——表单教程

在这个教程中,我们将着重介绍jQuery Mobile的一些基本元素:页面结构、表单和Ajax表单提交。该教程基于jQuery Mobile框架的版本1.0测试版2。
相关链接:http://mobile.tutsplus.com/tutorials/mobile-web-apps/jquery-mobile-forms/
40、jQuery Mobile中的简单列表视图
这个视频片段显示了如何创建jQuery Mobile中的简单列表视图。
相关链接:http://www.youtube.com/watch?v=Jmg8GdEKDjA&feature=related






