JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

JavaScript

jQuery(document).ready(function() {
  jQuery("#search-btn").on("click", function() {
    //On new search, start w/ all parts to start
    console.log("I got clicked!");
  });

  jQuery('#printButton').click(function() {
    console.log('presto printo!');
    window.print();
  });
});


function doga() {
  console.log('did GA');
  gtag('event', 'click', {
    'event_category': 'BuyNow'
  });
}

console.log('hello from the teaching team!');