Coder Social home page Coder Social logo

lynese_slide_challenge's Introduction

lynese_slide_challenge

Hi Lynese,

This is a skeleton html file for Thursday. Contained within is an html file that has a simple html skeleton and some image elements and some buttons. Each has specific classes for you to use with jquery to create a functioning slideshow.

Some tips to proceed:

  • A slideshow doesn't necessarily need to slide. Most slideshows are implemented by just hiding the elements of the slideshow you don't want to show and only showing the element you do want to show.
  • To keep track of which slide you want to show, you should put a class on it. Then you can just call $(".yourclass") to select it.
  • There are button elements in the html file, attach your jQuery functions to those! (Remember the syntax is: $("someElement").click(function () {Your code here} Remember you can also use classes and IDs here!)
  • I've included jQuery already so you can just stick your code in a script tag! Remember $(function () {your code})! This runs your code AFTER the page has been loaded. (Check our work from last week if you need a reminder)

Let me know if you have any questions or need help!

lynese_slide_challenge's People

Contributors

jvvlee avatar

Watchers

James Cloos avatar  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.