Answers for "hoe to add click function and add css using jquery"

CSS
2

css click event jquery

$('h1').click(function () {
        $(this).css('color', 'blue')
    });
Posted by: Guest on March-05-2020

Code answers related to "hoe to add click function and add css using jquery"

Browse Popular Code Answers by Language