Skip to content

Instantly share code, notes, and snippets.

@henideepak
Created March 31, 2022 07:22
Show Gist options
  • Save henideepak/a0b1307fae54e1aeda6ef8cb333d05e5 to your computer and use it in GitHub Desktop.
Save henideepak/a0b1307fae54e1aeda6ef8cb333d05e5 to your computer and use it in GitHub Desktop.
$(function() { ... });
$(function() { ... });
is just jQuery short-hand for
$(document).ready(function() { ... });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment