Coder Social home page Coder Social logo

s-shemmee / jquery-in-30-days Goto Github PK

View Code? Open in Web Editor NEW
16.0 1.0 1.0 7.26 MB

Welcome to the Wonderful World of jQuery! Glad you could make it! We start with some context about how we'll be approaching JQUERY and what you can use this wonderful API for.

HTML 37.21% JavaScript 50.97% CSS 11.82%
jquery jquery-ajax jquery-library jquery-plugin

jquery-in-30-days's Introduction

jQuery

Prerequisites: HTML & CSS Selectors

Goal: Build multiple interactive webpages using jQuery

Objectives:

  • Read and understand documentation for external libraries
  • Understanding the DOM
  • Fundamentals of jQuery, including DOM traversal and manipulation
  • Debug projects using the console and debugger
  • Resources for troubleshooting jQuery beyond this course
  • Basic understanding of AJAX
  • Complete a jQuery project by yourself from scratch to completion

Project 1: LightBox

Simple photo gallery app, using the Lightbox library.

  • Learn how to read the Lightbox documentation
  • Learn how to include the Lightbox assets into our folder structure
  • Learn how to make the images work with the data-lightbox attribute
  • Make the photos into a gallery by giving them the same data-lightbox id
  • Add an option: positionFromTop()

Challenge:

  • Choose 6 photos from Google (or your personal library) and replace the current images in your project
  • Replace the header text to something relevant to your new photos
  • Add one more option that Lightbox provides

Project 2: FAQ Page

Basic FAQ Page, using an animated accordion drop down. When a question is clicked, the corresponding answer is revealed.

  • Introduce the DOM
  • $ - jQuery selector function
  • CSS Selectors
  • console.log()
  • Explore effects: slideDown(),slideToggle() and fadeToggle()
  • $this

Challenge:

  • Create a custom animation using animate()
  • Add a 4th question to the FAQ
  • Replace the text of one of the answers with an image or gif

Project 3: Todo List

Simple todo list app, using local storage to persist data.

  • $(document).ready()
  • event.preventDefault()
  • Conditionals
  • Adding/removing DOM elements
  • Modifying HTML attributes
  • Persisting data in local storage

Challenge:

  • Add an animation to the item removal
  • Add an easter egg, i.e. if the listItem === "dance" have a dance gif take over the screen

Project 4: Launch Pads

Apartment marketplace app with city filtering, and rendering JSON data using AJAX.

  • Objects & Arrays
  • Requesting data with AJAX
  • Using the debugger
  • jQuery Utility Methods ($.each, $.grep)
  • Bootstrap Framework
  • JSON

Challenge:

  • Add Bootstrap JS to your application
  • Following the Bootstrap documentation, use a Bootstrap modal or alert to notify the user when a listing has been clicked that a new tab has been opened in Google Maps

jquery-in-30-days's People

Contributors

s-shemmee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

gtechsltn

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.