Answers for "toggle class jquery not working"

0

toggle class jquery not working

$(document).ready(function(){
    $('a.btn').click(function(){
       $(this).toggleClass("active");
   });
});
Posted by: Guest on August-23-2021

Code answers related to "toggle class jquery not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language