Ama

Ama

Did You Know?

Ama theme has private reply feature, that only admins can see.

Forum Replies Created

angela smith

I think is fine tbh

angela smith

Accusantium vero iure, rerum incididunt adipiscing nullam venenatis commodi erat commodo. Recusandae cumque assumenda cum diamlorem minima voluptas porro?

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');
});
}

Viewing 5 replies - 136 through 140 (of 156 total)

1 2 3 27 28 29 30 31 32
New to Communities?

New to Communities?

Ask a Question