Instrutemp - DG Master Instrutemp - DG Master jQuery(document).ready(function($) { // You can safely use $ here console.log("jQuery is ready!"); $('.my-button').on('click', function() { console.log("Button clicked!"); }); });

Eventos / Instrutemp

jQuery(document).ready(function($) { console.log('carregou a página!'); });