上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页
摘要: 新建一个titanium mobile工程后,系统自动生成一个app.js文件,无需任何修改,直接启动程序即可。以下便是系统自动生成的代码 app.js // this sets the background color of the master UIView (when there are no windows/tab groups on it)Titanium.UI... 阅读全文
posted @ 2012-03-16 17:37 校长阿四 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: data-add-back-btn="true" data-back-btn-text="返回" <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>1.7.jquerymobile--返回按钮</title> <meta charset="utf-8"/> <meta name="viewport" content=... 阅读全文
posted @ 2012-03-16 13:53 校长阿四 阅读(6185) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>1.6.jquerymobile--列表</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel=... 阅读全文
posted @ 2012-03-16 13:46 校长阿四 阅读(690) 评论(0) 推荐(0) 编辑
摘要: 页面对话框:data-rel="dialog" <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>1.5.jquerymobile--页面对话框</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initia... 阅读全文
posted @ 2012-03-16 13:29 校长阿四 阅读(899) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>1.4.jquerymobile--页面转换效果</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="sty... 阅读全文
posted @ 2012-03-16 13:23 校长阿四 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>JqueryMobile--页面导航</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="s... 阅读全文
posted @ 2012-03-16 13:06 校长阿四 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 注意:请把程序发布到动态语言开发环境中,比如php的AppServ中,因为如果放在静态目录中,可能导致文件链接失效。 运行效果和上一篇多页面一样,注意:在第二个文件中并不需要再倒入jquerymobile框架文件!! index.html <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>JqueryM... 阅读全文
posted @ 2012-03-16 11:47 校长阿四 阅读(398) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>JqueryMobile--多页面</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel... 阅读全文
posted @ 2012-03-16 11:20 校长阿四 阅读(435) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>JqueryMobile模板</title> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel=... 阅读全文
posted @ 2012-03-16 11:01 校长阿四 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML><html lang="en-US"><head> <meta charset="UTF-8"> <title>JavaScript.函数arguments对象</title></head><body> <script type="text/javascript"> /* function sayHello(){ //alert(arguments.lengt... 阅读全文
posted @ 2012-03-15 22:30 校长阿四 阅读(188) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 下一页