Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created May 31, 2022 12:40
Show Gist options
  • Save gicolek/7af964ddf454d865f5af75c6070ab9c0 to your computer and use it in GitHub Desktop.
Save gicolek/7af964ddf454d865f5af75c6070ab9c0 to your computer and use it in GitHub Desktop.
Sample Widget Script
jQuery(document).ready(function(e){
console.log( 'This is my custom widget script' );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment