摘要:
新建一个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... 阅读全文
摘要:
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=... 阅读全文
摘要:
<!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=... 阅读全文
摘要:
页面对话框: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... 阅读全文
摘要:
<!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... 阅读全文
摘要:
<!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... 阅读全文
摘要:
注意:请把程序发布到动态语言开发环境中,比如php的AppServ中,因为如果放在静态目录中,可能导致文件链接失效。 运行效果和上一篇多页面一样,注意:在第二个文件中并不需要再倒入jquerymobile框架文件!! index.html <!DOCTYPE html> <html> <html lang="zh-CN"> <head> <title>JqueryM... 阅读全文
摘要:
<!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... 阅读全文
摘要:
<!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=... 阅读全文