Skip to content

Instantly share code, notes, and snippets.

@gotoark
Last active April 5, 2019 07:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gotoark/fc6806ad965f5d434582758726d7f9bd to your computer and use it in GitHub Desktop.
Save gotoark/fc6806ad965f5d434582758726d7f9bd to your computer and use it in GitHub Desktop.
Collection of Code snippets for jQuery

jQUERY CHEAT SHEET

Selectors

$("*") - All Elements
$("#") - Element id
$(".") - All element with Class Name
   $("")
   dsafsf

Ajax File Download

   https://codepen.io/chrisdpratt/pen/RKxJNo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment