Code Monkey home page Code Monkey logo

30-days-to-jquery's Introduction

Instructor: Jeffrey Way

You know you need to learn jQuery. Everyone else has, and you’re falling behind! No worries; it’s a brand new year, and what better way to celebrate it than by learning a new skill? Give me thirty minutes every day for the next month, and I’ll transform you into a jQuery pro!

Source Files Description

These are source files for the Tuts+ course: 30 Days to Learn jQuery.

There is a folder for the source code of each individual lesson in the course, as well as a series of quizzes.

Available on Tuts+. Teaching skills to millions worldwide.

30-days-to-jquery's People

Contributors

adamarthurryan avatar

Stargazers

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

Watchers

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

30-days-to-jquery's Issues

lesson 12?

Is there starter code for lesson 12 available?

3.7 Slider - first attempt

Hi. I had a little problem understanding why the following code worked for you but for me it didn't, even though I was following your video. Point me if I missed anything.
This is the code from the video, which didn't work for me, because:
loc = totalImgsWidth(2400) - imgWidth(600) = 1800px(positive number)

then I changed it to:
loc = -totalImgsWidth(-2400) + imgWidth(600) = -1800px.
And it worked.

if(current === 0) {
            current = imgsLen;
            loc = totalImgsWidth - imgWidth;
            direction === 'next';
        } else if(current - 1 === imgsLen) {
            current = 1;
            loc = 0;
        }

Thanks.

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.