I can make a single button stay active after moving off the button using the code below: $('.btn').click(function(){ if($(this).hasClass('active')){ $(this) ...
確定! 回上一頁