$(function() { console.log('$$$ in the bank.'); var button = $('#set-color'); button.on('click', function() { console.log('button clicked!') }); });