jQuery scrip使H5可切换
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jQuery scrip使H5可切换相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="/operascroce/misc/ui/ui.core.js"></script> <script type="text/javascript" src="/operascroce/misc/ui/ui.accordion.js"></script> <p> <link rel="stylesheet" href="/operascroce/misc/demos.css" type="text/css" /> <script type="text/javascript"> jQuery(document).ready(function(){ $("#accordion h5").click(function() { $(this).next().toggle("slow"); }).next().hide(); }); </script></p>
以上是关于jQuery scrip使H5可切换的主要内容,如果未能解决你的问题,请参考以下文章