Answers for "jquery onclick attribute change"

1

jquery onlcick css change

$('.colors-list li').click(function(e){
    $('.results').css('background-color', 'red');
});
Posted by: Guest on March-19-2021
2

set onclick jquery

$(elem).click(myFunc());
Posted by: Guest on May-06-2020

Code answers related to "jquery onclick attribute change"

Code answers related to "Javascript"

Browse Popular Code Answers by Language