HTML: ch14 IC_1B – use a fadeToggle to controljQuery to show the second part of the content on Chp 14 slide33.
<!DOCTYPE html>
<html lang=”en”>
<head>
<title> jQuery </title>
<meta charset=”utf-8″>
<style>
#details { display: none; }
</style>
<xxxxsrc=”http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js”></xxxx>
</head>
<body>
<h1>jQuery</h1>
<p>Many websites, includingAmazon and Google, use jQuery, to provide interaction and dynamiceffects on web pages.
<a href=”#” id=”more”> More</a>
<div id=”details”>
<p>ThejQuery API (application programming interface) works along withJavaScript and provides easy ways
to dynamically manipulate the CSS properties ofelements, detect and react to events (such as mousemovements),
and animate elements on