css klik acara jQuery

 $('h1').click(function () {
        $(this).css('color', 'blue')
    });
Weary Wren