



Yanıtla: About bbPress Plugin & Features
Güncellendi Temmuz 7, 2025
Ana Sayfa › Forums › Ürünler › About bbPress Plugin & Features › Yanıtla: About bbPress Plugin & Features
Kasım 28, 2021: 9:14 am
#7213
Anahtar yönetici
Use the <pre> 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');
});
}
-
Bu yanıt 4 yıl 7 ay önce önce
Ibrahim tarafından değiştirildi.