$( document ).ready(function() { $( ".start" ).click(function() { $( ".start" ).html(' Running...'); newNeat(); loop(); }); });