Best Answer

Use <pre> tag for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add.

                            
                        <br />
<strong>JavaScript Code</strong><br />
[code lang="js"]<br />
function general() {<br />
$('.collapse-btn').on('click', function (e) {<br />
e.preventDefault();<br />
$(this).toggleClass('active')<br />
$(".collapse-wrap").slideToggle(500);<br />
});</p>
<p>$('.short-by a').click(function () {<br />
$(this).toggleClass('active-short').siblings().removeClass('active-short');<br />
});<br />
}<br />
                    
                            

  • این پاسخ 2 سال، 5 ماه پیش توسط مدیر سایت اصلاح شده است.