<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>jQuery Starterkit</title>
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<script src="js/jquery.js" type="text/javascript"></script>
<script src="custom.js" type="text/javascript"></script>
</head>
<body>
<h1>jQuery Starterkit</h1>
<h2>This page contains code to test the examples. Most of it is only relevant for a example.</h2>
<a id="first" href="#">Some link</a>
<div class="stuff">
<a name="top" href="#bottom">Go to bottom</a>
<div class="buttons">
<button>First button</button>
<button>Second button</button>
</div>
<ol id="orderedlist">
<li>First element</li>
<li>Second element</li>
<li>Third element</li>
</ol>
<ol id="orderedlist2">
<li>First element, second list</li>
<li>Second element, second list</li>
<li>Third element, second list</li>
<li>Li with child ul
<ul>
<li>Child One</li>
<li>child two</li>
</ul>
</li>
</ol>
<div id="rating">Container</div>
<a id="reset" href="#">Reset!</a>
<form id="form">
Form 1
<input value="XXX" />
<input />
</form>
<form>
Form 2
<input value="YYY" />
<input />
</form>
<form>
Form 3
<input type="checkbox" />
<input type="checkbox" checked="checked" />
</form>
<h3>Bird FAQ - click the questions to show the answers</h3>
<dl id="faq">
<dt>What shouldn't I do to the bird?</dt>
<dd>Never use oils or lotions which contain oils on your bird. They gunk up the feathers,
and ruin their insulating properties. This means a chilled bird. Never wait out a cat bite--those
require immediate veterinary attention--a bird can die within two days because a cat's mouth is so
filthy and full of bacteria. Don't bother with over-the-counter medication. It really doesn't work,
and in some cases, may upset the delicate bacterial balance in the bird's body, or even worsen the
situation. Never try to treat a fracture at home.</dd>
<dt>My bird is healthy. I don't need to go to a vet, do I?</dt>
<dd>Schedule a "well-bird" checkup. Prevention is the best medicine. Even though the bird might appear outwardly healthy, it may have a low-grade infection or something not so readily apparent. Your bird's health and your peace of mind will be worth it.</dd>
<dt>My bird's leg is being rubbed raw by the leg band. Can I take it off?</dt>
<dd>No. Don't attempt this, especially if the leg is broken or swollen. The vet will be able
to remove the band, and deal with whatever injury maybe lurking under the banded area.</dd>
<dt>How do I pull a broken blood feather?</dt>
<dd>This is probably the most common mishap. The remedy is simple--yank! It's most easily done
with two people. One to restrain the bird and the other to pull the feather. Use pliers, or a
hemostat. Tweezers won't work on primaries. Make certain that the wing bones are firmly supported
or you can break the wing. Clamp onto the feather and give a sharp tug in the direction of the
feather. The feather will come out. Next, apply gentle, direct pressure to the follicle where the
feather was to stop the bleeding. Dab some styptic powder on it, as it will help stop the bleeding
as well. Let the bird rest. Ask your vet or breeder to demonstrate exactly how to pull a blood
feather if you're apprehensive about doing it.</dd>
</dl>
<p>This is probably the most common mishap. The remedy is simple--yank! It's most easily done
with two people. One to restrain the bird and the <a href="#"> This is a link. Hover me to
highlight the parent paragraph.</a> other to pull the feather. Use pliers, or a hemostat. Tweezers won't
work on primaries. Make certain that the wing bones are firmly supported or you can break the wing.
Clamp onto the feather and give a sharp tug in the direction of the feather. The feather will come
out. Next, apply gentle, direct pressure to the follicle where the feather was to stop the bleeding.
Dab some styptic powder on it, as it will help stop the bleeding as well. Let the bird rest. Ask
your vet or breeder to demonstrate exactly how to pull a blood feather if you're apprehensive about
doing it.</p>
<p>This is probably the most common mishap. The remedy is simple--yank! It's most easily done
with two people. One to restrain the bird and the <a href="#"> This is a link. Hover me to
highlight the parent paragraph.</a> other to pull the feather. Use pliers, or a hemostat. Tweezers won't
work on primaries. Make certain that the wing bones are firmly supported or you can break the wing.
Clamp onto the feather and give a sharp tug in the direction of the feather. The feather will come
out. Next, apply gentle, direct pressure to the follicle where the feather was to stop the bleeding.
Dab some styptic powder on it, as it will help stop the bleeding as well. Let the bird rest. Ask
your vet or breeder to demonstrate exactly how to pull a blood feather if you're apprehensive about
doing it.</p>
<h1>jQuery Tablekit</h1>
<!-- tablecode taken from tablesorter examples -->
<table id="large" cellspacing="0">
<thead>
<tr>
<th>Email</th>
<th>Id</th>
<th>Phone</th>
<th>Total</th>
<th>Ip</th>
<th>Url</th>
<th>Time</th>
<th>ISO Date</th>
<th>UK Date</th>
</tr>
</thead>
<tbody>
<tr>
<td>devo@flexomat.com</td>
<td>66672</td>
<td>941-964-8535</td>
<td>$2482.79</td>
<td>172.78.200.124</td>
<td>http://gmail.com</td>
<td>15:10</td>
<td>1988/12/14</td>
<td>14/12/1988</td>
</tr>
<tr>
<td>henry@mountdev.net</td>
<td>35889</td>
<td>941-964-9543</td>
<td>$2776.09</td>
<td>119.232.182.142</td>
<td>http://www.gmail.com</td>
<td>3:54</td>
<td>1974/1/19</td>
<td>19/1/1974</td>
</tr>
<tr>
<td>christian@reno.gov</td>
<td>60021</td>
<td>941-964-5617</td>
<td>$2743.41</td>
<td>167.209.64.181</td>
<td>http://www.dotnet.ca</td>
<td>10:58</td>
<td>2000/3/25</td>
<td>25/3/2000</td>
</tr>
<tr>
<td>muffins@donuts.com</td>
<td>17927</td>
<td>941-964-9511</td>
<td>$2998.18</td>
<td>210.214.231.182</td>
<td>http://google.se</td>
<td>21:22</td>
<td>1993/1/24</td>
<td>24/1/1993</td>
</tr>
<tr>
<td>muffins@reno.gov</td>
<td>76375</td>
<td>941-964-2757</td>
<td>$1836.09</td>
<td>220.222.93.171</td>
<td>http://www.samba.org</td>
<td>15:22</td>
<td>1988/4/4</td>
<td>4/4/1988</td>
</tr>
<tr>
<td>mendez@gmail.com</td>
<td>45834</td>
<td>941-964-2575</td>
<td>$2805.46</td>
<td>228.170.245.253</td>
<td>http://flexomat.com</td>
<td>11:31</td>
<td>1975/12/12</td>
<td>12/12/1975</td>
</tr>
<tr>
<td>dev@gmail.com</td>
<td>20022</td>
<td>941-964-4967</td>
<td>$3296.54</td>
<td>175.248.70.240</td>
<td>http://www.flexomat.com</td>
<td>4:27</td>
<td>2002/7/3</td>
<td>3/7/2002</td>
</tr>
<tr>
<td>foo@polyester.se</td>
<td>55977</td>
<td>941-964-745</td>
<td>$2953.73</td>
<td>222.114.227.156</td>
<td>http://www.donuts.com</td>
<td>23:49</td>
<td>1977/8/4</td>
<td>4/8/1977</td>
</tr>
<tr>
<td>adam@aftonbladet.se</td>
<td>38867</td>
<td>941-964-6302</td>
<td>$1949.27</td>
<td>116.241.143.196</td>
<td>http://flexomat.com</td>
<td>23:35</td>
<td>1995/7/27</td>
<td>27/7/1995</td>
</tr>
<tr>
<td>devo@donuts.com</td>
<td>51426</td>
<td>941-964-1234</td>
<td>$1067.00</td>
<td>88.96.149.82</td>
<td>http://www.polyester.se</td>
<td>15:17</td>
<td>1986/1/5</td>
<td>5/1/1986
jQuery是一款广泛应用于Web开发的JavaScript库,它极大地简化了JavaScript的DOM操作、事件处理、动画设计和Ajax交互。这个压缩包文件"jquery源代码 包括示例 包括示例"显然包含了jQuery的核心源代码以及相关的示例,这对于学习和理解jQuery的工作原理及其用法是非常有价值的。 jQuery的核心源代码是JavaScript的一个模块,它封装了一系列的函数和方法,旨在提高开发效率和代码可读性。其中的关键功能包括: 1. **选择器(Selectors)**:jQuery提供了类似于CSS的选择器语法,如`$("#id")`、`$(".class")`和`$("tag")`,使得能够方便地获取DOM元素。 2. **DOM操作(DOM Manipulation)**:jQuery允许开发者轻松地创建、删除或修改DOM元素,如`append()`、`prepend()`、`html()`等。 3. **事件处理(Event Handling)**:通过`.on()`、`.off()`和`.trigger()`等方法,jQuery简化了事件绑定、解绑和触发的过程。 4. **动画(Animations)**:`fadeIn()`, `slideToggle()`, `animate()`等方法让开发者能轻易实现丰富的页面动画效果。 5. **Ajax(Ajax Interactions)**:jQuery的`$.ajax()`, `$.get()`, `$.post()`等函数使得异步数据交互变得简单,可以与服务器进行JSON、XML等格式的数据交换。 6. **链式调用(Chaining)**:jQuery的方法返回的是jQuery对象本身,这使得可以连续调用多个方法而无需多次引用DOM元素。 接下来,压缩包中的示例文件可能涵盖以上各个方面的实际应用,例如: - **选择器示例**:可能会演示如何使用不同的选择器来选取特定的DOM元素,并展示其结果。 - **DOM操作示例**:包含创建新元素、插入元素到DOM树中或修改现有元素的实例。 - **事件处理示例**:展示如何绑定事件监听器,响应用户操作,以及如何在事件之间进行通信。 - **动画示例**:可能有各种动态效果的代码,如淡入淡出、滑动效果等。 - **Ajax示例**:可能涉及如何向服务器发送请求,接收并处理返回的数据。 - **插件和扩展示例**:jQuery社区开发了许多插件,示例可能包含如何使用或开发这些插件以增强功能。 通过学习这些源代码和示例,开发者不仅可以深入理解jQuery的内部工作原理,还能掌握如何在实际项目中有效利用jQuery。同时,对于初学者来说,这是一个很好的起点,能够帮助他们快速上手并熟练掌握jQuery库的使用。
- 1
- #完美解决问题
- #运行顺畅
- #内容详尽
- #全网独家
- #注释完整
- 粉丝: 7
- 资源: 21
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- hustoj-重庆大学python题库答案
- annual-report-builder-年度报告
- 两相交错并联buck boost变器仿真 采用4mos结构,模型内包含开环,电压单环,电压电流双闭环三种控制方式,里面有注解每种控制模式怎么连接手动开关 输出波形好,电压纹波小 三种方式中,双环控
- Matlab遗传算法车间调度问题 源码+详细注释(方便学习) 问题描述:已知各工件的加工时间,优化目标是如何确定工件的加工顺序以及每阶段工件在机器上的分配情况,使得最大完工时间极小化
- Util-大炮打蚊子c++
- Task-113-出租车计价
- 西门子1200恒压供水程序+PID+触摸屏程序 1.此程序样 例为 一拖三恒压供水程序样例,采用S7-1200PLC和KTP1000PN触摸屏 人机执行PID控制变频器实现恒压供水. 可供学习
- xjtuer-eat-report-年度报告
- Matlab车辆配送路径规划问题 各类vrp代码 带时间窗的路径规划问题 遗传算法 蚁群算法 模拟 火算法 混合粒子群算法解决 tsp cvrp dvrp cdvrp vrptw问题 tsp:旅行
- 风储联合,双馈风电机组四机两区域 三机九节点 惯量 转子动能控制 桨距角控制 减载控制调频 结合储能调频〔目前为直流电容〕也可加入电池化学储能 风机混和储能一次二次调频时域模型〔电容+电池调频,由于
- Comsol计算手性介质 特殊本构关系构建,内置表达式的推导与修改
- 多线程qt5 c++ 工业自动化上位机源代码 Qt5之工业应用 一套完整工程,链接PLC,工业无人值守自动扫码使用,无线扫码枪SR1000的使用,使用qt5.14,用qtcreator加载工程后
- MATLAB机器人运动学正逆解、动力学建模仿真与轨迹规划,雅克比矩阵求解 多项式函数插值 抛物线插值轨迹规划
- 无感FOC电机三相控制高速吹风筒方案 FU6812L+FD2504S 电压AC220V 功率80W 最高转速20万RPM 方案优势:响应快、效率高、噪声低、成本低 控制方式:三相电机无感FOC 闭环方
- 三菱FX3U-485ADP-MB通讯程序 硬件:FX33SAPLC,FX3U-485ADP-MB通信扩展模块,三菱E700变频器,fx3u-cnv-bd 通过modbus rtu通讯方式 ,可以实
- 基于LMS的回音消除自适应滤波 代码百分百可运行