Answers for "check if div is collpased jqeruy"

0

check if div is collpased jqeruy

if ($("#div").hasClass('collapsed')) {
    alert("collapsed");
}
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language