SyntaxFix
Write A Post
Hire A Developer
Questions
Using jquery, try this. if your button id is say id= clickme
$("clickme").on('çlick', function(){
$(this).css('background-color', 'grey'); .......