< ;meta charset="utf-8"/>
<script> <br>$(function(){ <br>$("h5.head").toggle(function(){ <br>$("div.content").fadeOut(3000); <br>},function(){ <br>$("div.content").fadeIn(3000); <br>}); <br>}) <br></script>
< /head>
What is jQuery?
< div class="content">
JQuery is another javascript library after prototype. With its simple code and perfect browser compatibility, coupled with powerful DOM operations and complete event processing mechanism, it is powerful Ajax operation greatly simplifies the work of JavaScript developers.