Skip to content

stakabo/jquery-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript and jQuery lectures files

On a mac, you can use the built-in PHP server to serve files.

In terminal, cd this directory and start the dev server like this:

php -S 127.0.0.1:8080

Then you can open a browser window at this address: http://127.0.0.1:8080/001/ or http://127.0.0.1:8080/002/.

001 - Vanilla JS

  • DOM selection
  • Change css styles
  • Change css styles on click
  • Delete element on click
  • Fetch json object from remote (using fetch)

002 - jQuery

  • DOM selection
  • Change css style
  • Change css styles on click
  • Delete element on click
  • Fetch json object from remote (using jquery)

003 - How to include jQuery from a CDN

004 - Simple usage of jQuery in a <script> tag, with document ready

005 - Simple usage of jQuery in an external script, with document ready

006 - Include a jQuery like jquery-sticky

007 - Modal window vanilla JS

008 - Modal window jQuery

About

DecodeMTL jQuery Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.2%
  • JavaScript 16.9%
  • CSS 6.0%
  • PHP 1.9%