把所有代码放在一个html页面里
<!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>
<title>Untitled Page</title>
<script src="../Jquery/jquery-1[1].3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#faq").find("dd").hide();
$("#faq").find("dt").click(function(){
var answer=$(this).next();
if(answer.is(":visible"))
{
answer.slideUp();
}
else
{
answer.slideDown();
}
});
});
</script>
</head>
<body>
<dl id="faq">
<dt>点这里测试1?</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>点这里测试2?</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>点这里测试3?</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>点这里测试4?</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>
</body>
</html>
分享到:
相关推荐
此demo是基于jquery而开发的流程图插件,可用于系统定制化审批等功能的开发应用。 FlowdesignV3_0的功能非常多,可扩展性很强,为了方便理解,我分别做了两demo一个一个是简的,一个是相对比较复杂的应用。建议学者...
- **FAQ页面**: 对于常见问题解答页面来说,使用手风琴布局可以让用户方便地查看各个问题的答案,同时避免页面过长。 - **产品展示**: 在电子商务网站上,手风琴布局可以用来展示产品的详细信息,用户可以根据需要...
手风琴插件常用于FAQ(常见问题解答)、菜单栏、导航条、内容摘要等场景。 ### 2. jQuery手风琴插件的基本使用 要使用jQuery手风琴插件,首先需要在页面中引入jQuery库和jQuery UI库,因为手风琴效果是jQuery UI的...
•Demo page (and Demo implementation information). •How to Setup the plugin on your website. •How to use only the Basic plugin (minimal setup guide). •Security considerations. •The plugin API. •...
5. **常见问题解答**:JQuery Media Plugin(FAQ).htm包含了开发者在使用过程中可能遇到的问题及其解决方案,帮助快速解决使用中遇到的困扰。 6. **演示示例**:JQuery Media Plugin - Video-Flash Demo.htm、...
faq.zip和demo.zip可能包含了实现这类层弹出效果的示例代码和常见问题解答。 总的来说,"Jquery特效实例"这个主题涉及了网页开发中的关键组件,通过学习和实践这些实例,开发者可以提升其在网页交互设计上的技能,...