Home >Web Front-end >JS Tutorial >One sentence based on JQuery to get the accordion menu_jquery

One sentence based on JQuery to get the accordion menu_jquery

WBOY
WBOYOriginal
2016-05-16 17:50:12942browse

1. Html code

Copy code The code is as follows:


2. Jquery code
Copy code The code is as follows:

$(function () {
$ ('.MenuSubTitle').click(function () {
$(this).toggleClass('AccordionCollapse').toggleClass('AccordionExpand').next().toggle('normal');
} );
});

3. Renderings
One sentence based on JQuery to get the accordion menu_jquery
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
Previous article:Jquery plug-in writing notes compilation_jqueryNext article:Jquery plug-in writing notes compilation_jquery

Related articles

See more