$(document).ready( function() { $('.CheckList-row').on('click', function() { $(this).toggleClass('completed'); }); })