Skip to content

jQuery

Arsen Melikyan edited this page · 7 revisions
Clone this wiki locally

It's the most used library in JavaScript. Is used to handle events, create animations, etc. to create dynamic web applications and pages.

  • $() -> tells js we'll be using jQuery.
  • document tells jQuery to work with our HTML
  • .ready -> makes the jQuery wait untill the page is completely loaded.

Keep adding

placeholder! work in progress! please add key notes here, these won't show up in chat.

Something went wrong with that request. Please try again.