sakuya/node_modules/neataptic/docs/js/articles/playground/events.js
2022-04-10 00:37:53 +08:00

8 lines
221 B
JavaScript

$( document ).ready(function() {
$( ".start" ).click(function() {
$( ".start" ).html('<span class="glyphicon glyphicon-dashboard" aria-hidden="true"></span> Running...');
newNeat();
loop();
});
});