<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-width=1.0,maximum-width=1.0,user-scalable=no"/>
<title>无标题文档</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
</head> <body>
<div data-role="page" id="home">
<div data-role="header">
<a data-role="button" href="#home" data-icon="home">主页</a>
<h4>公司简介</h4>
<a data-role="button" href="#home" data-icon="search">搜索</a>
</div>
<div data-role="content">欢迎访问公司!我公司是专业制作手机app的软件公司。</div>
<div data-role="footer" class="ui-btn">
<a data-role="button" href="#home">公司简介</a>
<a data-role="button" href="#page1">技术力量</a>
<a data-role="button" href="#page2">联系方式</a>
<a data-role="button" href="#page3">通讯录</a>
</div>
</div> <div data-role="page" id="page1">
<div data-role="header">
<a data-role="button" href="#home" data-icon="home">主页</a>
<h4>技术力量</h4>
<a data-role="button" href="#home" data-icon="search">搜索</a>
</div>
<div data-role="content">公司有专业设计师、软件开发工程师数十名。</div>
<div data-role="footer" class="ui-btn">
<a data-role="button" href="#home">公司简介</a>
<a data-role="button" href="#page1">技术力量</a>
<a data-role="button" href="#page2">联系方式</a>
<a data-role="button" href="#page3">通讯录</a>
</div>
</div> <div data-role="page" id="page2">
<div data-role="header">
<a data-role="button" href="#home" data-icon="home">主页</a>
<h4>联系方式</h4>
<a data-role="button" href="#home" data-icon="search">搜索</a>
</div>
<div data-role="content">QQ:23110134。</div>
<div data-role="footer" class="ui-btn">
<a data-role="button" href="#home">公司简介</a>
<a data-role="button" href="#page1">技术力量</a>
<a data-role="button" href="#page2">联系方式</a>
<a data-role="button" href="#page3">通讯录</a>
</div>
</div> <div data-role="page" id="page3">
<div data-role="header">
<a data-role="button" href="#home" data-icon="home">主页</a>
<h4>通讯录</h4>
<a data-role="button" href="#home" data-icon="search">搜索</a>
</div>
<div data-role="content">
<ul data-role="listview" data-autodividers="true" data-inset="true" data-filter="true" data-filter-placeholder="搜索姓名...">
<li>Bill Gates</li>
<li>James Wang</li>
<li>Jeff Chen</li>
<li>陈安国 欧巴</li>
</ul>
</div>
<div data-role="footer" class="ui-btn">
<a data-role="button" href="#home">公司简介</a>
<a data-role="button" href="#page1">技术力量</a>
<a data-role="button" href="#page2">联系方式</a>
<a data-role="button" href="#page3">通讯录</a>
</div>
</div> </body>
</html>

jQuery Mobile_公司简介的更多相关文章

  1. dedecms首页怎么调用公司简介的内容

    DeDeCMS功能虽然强大,但还是有些细节上的功能没有实现,正如本文描述的问题一样,DEDECMS要在网站首页调用公司简介的内容,而且还要截取前多少个字符数的时候,DEDECMS标签中没有能实现这样的 ...

  2. 公司简介 - CCDI悉地国际-工程实践专业服务的引领者

    公司简介 - CCDI悉地国际-工程实践专业服务的引领者 关于悉地国际         CCDI悉地国际(以下简称"CCDI")创立于1994年,是在城市建设和开发领域从事综合专业 ...

  3. Atitit uke公司简介与基本制度建设草案v11 r66 .docx

    Atitit uke公司简介与基本制度建设草案v11 r66 .docx Uke  org prj Author撰写人: 作者:: 绰号:老哇的爪子claw of Eagle 偶像破坏者Iconocl ...

  4. 织梦 dedecms 首页调用公司简介的内容

    首页调用公司简介的代码: {dede:sql sql='Select content,substring(content,1,300) as content from dede_arctype whe ...

  5. [转]webMethods公司简介

    原文链接 webMethods公司简介 webMethods,Inc.(美国纳斯达克股市上市代号:WEBM)为著名业务整合软件供应商之一.公司于1996年创立,总部位于美国佛吉尼亚州(Virginia ...

  6. jQuery Mobile_表单元素

    <!doctype html> <html> <head> <meta charset="utf-8"> <title> ...

  7. JQuery 鼠标事件简介

    mouseover事件于用户把鼠标从一个元素移动到另外一个元素上时触发,mouseout事件于用户把鼠标移出一个元素时触发. 下面为你详细介绍下jquery中的鼠标事件: (1):click事件:cl ...

  8. jquery.easypiechart.js简介

    此插件主要是用来统计新的访问.跳出率.服务器负载.使用的RAM等,功能很强大,带有HTML5的动画效果,效果非常炫,看效果吧easyPieChart一款新型的EASY饼图数据统计Jquery插件截图: ...

  9. [JQuery EasyUI系列]简介

    一.jQuery EasyUI是一个基于jQuery的框架,继承了各种用户界面插件. 二.jQuery EasyUI框架提供了创建网页所需的一切,可以轻松建立站点. easyui是一个基于jQuery ...

随机推荐

  1. Intellij IDEA 工具快捷键

    IntelliJ Idea 常用快捷键列表 Alt+回车 导入包,自动修正Ctrl+N   查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L  格式化代码Ctrl+Alt+O 优化导入的类 ...

  2. R语言决策树分类模型

    rm(list=ls()) gc() memory.limit(4000) library(corrplot) library(rpart) data_health<-read.csv(&quo ...

  3. 标准IO操作

    前言 本文介绍使用java进行简单的标准IO操作. 操作步骤 1. 定义一个Scanner对象 2. 调用该对象的input函数族 (参见下面代码) 3. input函数的返回结果即是获取到的输入 示 ...

  4. 说说Audition消除歌曲中的人声

    今天再说说消除人声,音乐中人声的消除有多种方法,但都很难完全消除,而且效果越好越难消除,一首音效极佳的立体声歌曲是无法完全消除人声的.本人常用的是以下三种方法.第1种如下图,此方法简单,但是完成后变成 ...

  5. 最最实用的30个Linux命令!

    本文中将介绍一些实用又常用的Linux或Unix命令,这些是Linux系统管理员们平常使用的命令.本文不是什么完整列表,而是简要地列出了需要时派得上用场的命令,下面开始逐一介绍如何使用这些命令并附有示 ...

  6. JavaScript 编写多线程代码引用Concurrent.Thread.js(转)

    这是一个很简单的功能实现: <script type="text/javascript" src="Concurrent.Thread.js">&l ...

  7. android 软键盘不遮挡页面上的控件

    只需要加android:windowSoftInputMode="adjustPan"就可以如: <activity android:name=".Enhance_ ...

  8. Fresco最最最简单使用

    http://blog.csdn.net/wa991830558/article/details/46005063

  9. spring-AOP-添加日志

    1 把一个类声明为一个切面:①需要把该类放入到IOC中,②再声明为一个切面(@Aspect @Component)@Order(1):指定顺序 2 在配置文件中添加如下配置:<aop:aspec ...

  10. php部分--操作MySQL 增删改查

    1.建立主页 并进行信息的显示和查询 <table width="95%" border="1" cellpadding="0" ce ...