MyLearn Docs

MyLearn Docs

Did You Know?

Docy turns out that context is a key part of learning.

Up
0
Best Answer

Use the

 tag for multiple lines of code. Once again, escape any angle brackets in the code for proper rendering. You may optionally add.

JavaScript Code
function general() {
$('.collapse-btn').on('click', function (e) {
e.preventDefault();
$(this).toggleClass('active')
$(".collapse-wrap").slideToggle(500);
});

$('.short-by a').click(function () {
$(this).toggleClass('active-short').siblings().removeClass('active-short');
});
}
Antimanual

플랫폼, 기능 및 서비스에 관한 질문을 AI 지원 도우미에게 문의하세요.

오프라인 상태입니다.
Chatbot Avatar
무엇을 도와드릴까요?