One sentence based on JQuery to get the accordion menu_jquery
- WBOYOriginal
- 2016-05-16 17:50:12942browse
2. Jquery code
$(function () {
$ ('.MenuSubTitle').click(function () {
$(this).toggleClass('AccordionCollapse').toggleClass('AccordionExpand').next().toggle('normal');
} );
});
3. Renderings
Author: Xin Jing Shan Yue
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn