pearlhamilton / beginners-week-six

Small site to start to get to grips with jquery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript and jQuery!

First Task

  • Fork this directory into your personal account and clone it into your coding_course folder, like you did last week with the bootstrap excercise.
  • Add jQuery using a CDN, make sure it is called above the other JS files. (CDNJS is a good website for this, make sure you select 'jquery' not 'core').
  • Read through the code in 'background.js', try and complete the function which will change the background when the button is clicked

Extention task

  • Using variables, change the text in the span to be the name of an artist when the background changes.

Feeling stuck?

Check out the solution branch!

About

Small site to start to get to grips with jquery


Languages

Language:JavaScript 47.6%Language:CSS 27.2%Language:HTML 25.1%