GithubHelp home page GithubHelp logo

jquery-dom-manipulation's Introduction

Objectives

Learning Objectives

After completing this assignment, you should…

  • Understand how to use jQuery to manipulate the DOM
  • Understand how CSS transitions work and why they are beneficial

Performance Objectives

After completing this assignment, you be able to effectively use

  • Use jQuery
  • Use CSS Animations

Normal Mode

  • Build a jQuery Accordion WITHOUT using slideUp, slideDown, or slideToggle. Hint: use addClass & removeClass.
  • Only CSS3 transitions allowed. It should work for 2 or more sections.
  • Each paragraph in each section of the accordion should be a different length. It's important to learn how to deal with variable content length.
  • Use the image below as an example

jQuery Accordion

Requirements

  • A repository containing the following:
    • index.html
    • main.css
    • main.js
    • Readme.md filled out.

Hard Mode

  • Build a jQuery image carousel that will continue to show the images.
  • Do not use any of the jQuery animation methods like fadeIn or fadeOut or even animate
  • You must use this file to put the content on the page.
  • Use the image below as an example

jQuery Carousel

jquery-dom-manipulation's People

Contributors

mikeq1225 avatar overthemike avatar rylee9951 avatar

Watchers

James Cloos avatar

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.