jQuery Mobile_公司简介

<!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>
时间: 2024-10-11 00:50:48

jQuery Mobile_公司简介的相关文章

jquery.flot.js简介

JQuery图表插件之Flot Flot是一个Jquery下图表插件,具有简单使用,交互效果,具有吸引力外观特点.目前支持 Internet Explorer 6+, Chrome, Firefox 2+, Safari 3+ and Opera 9.5+ 等浏览器,是一个基于Javascript和Jquery纯客端户的脚本库,下面看一个简单的示例,先插入js: <script language="javascript" type="text/javascript&qu

jquery.easypiechart.js简介

此插件主要是用来统计新的访问.跳出率.服务器负载.使用的RAM等,功能很强大,带有HTML5的动画效果,效果非常炫,看效果吧easyPieChart一款新型的EASY饼图数据统计Jquery插件截图: 插件下载:https://github.com/rendro/easy-pie-chart/ jquery.easypiechart.js简介,布布扣,bubuko.com

jquery.sparkline.js简介

jQuery线状图插件Sparkline 官网地址:http://omnipotent.net/jquery.sparkline/ 文档地址:http://omnipotent.net/jquery.sparkline/#docs 下载地址:http://omnipotent.net/jquery.sparkline/#download jquery.sparkline.js简介,布布扣,bubuko.com

jquery.gritter.js简介

Gritter 是一个小型的 jQuery 消息通知插件,通知效果如下图所示: 参考网 jquery.gritter.js简介,布布扣,bubuko.com

国内电影发行公司简介

序号 名称 简介 代表作品 1 中影 (中国电影集团公司) 中国电影集团公司(英语:China Film Group Corporation),简称中影集团.CFGC,是中国大陆最具实力的电影公司,成立于1999年2月,是由原中国电影公司.北京电影制片厂.中国儿童电影制片厂.中国电影合作制片公司.中国电影器材公司.电影频道节目中心.北京电影洗印录像技术厂.华韵影视光盘有限责任公司等8家单位组成.中影集团拥有全资分子公司15个,主要控股.参股公司近30个,1个电影频道,总资产28亿元.中影集团是中

jquery.peity.js简介

jQuery简单图表peity.js [javascript] <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>无标题页</title> <script type="text/javascript" src="jQuery.js"></script> <script type="text/ja

【盛邦国际】----公司简介

公司简介 盛邦国际商务(香港)有限公司是经香港注册署审批注册的专业工商权威注册机构,公司总部在香港.在组建成立公司,公司管理,策划方面拥有丰富的知识经验,凭藉我们的国际性服务网络,我们具有充份的条件为客户的各种需求而提供多元化全面的商业及财务顾问服务. 盛邦国际的工作原则: 1.严谨:良好的客户服务体系,让客户宾至如归: 2.注重细节:每一位客人的资料文件都认真查阅,确保万无一失: 3.信守承诺:一辈子,一件事,就是为每一位客人提供专业的商务服务奉献一生. 经营项目: 注册服务:香港公司及海外公

jQuery Mobile_表单元素

1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>无标题文档</title> 6 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> 7

Oracle公司简介

Oracle公司的简介 Oracle是世界上最大的软件供应商.操作系统供应商.编程语言提供商.数据库提供商之一(另外一个是微软).就是Oracle数据库,但是oracle数据库的起源来源于IBM(IBM--提出云计算跟大数据等概念)的一个分析员的论文--论关系型数据库的发展.于是根据此论文编写出了Oracle数据库.Oracle在古希腊神话中被称为"神喻",上帝的宠儿,而在中国的商周时期使用乌龟壳算命,所以在中国Oracle又被翻译为甲骨文. Oracle的几个创始人:Bruce Sc