jQuery(document).ready(function($) {

  // Test
    console.log( "ready!" );
  

});