Skip to content

TIY-LR-NET-2015-Fall/Week-8-Day-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Week-8-Day-3

Challenge:

Given the data in movies.json, define a method that finds the worst movie out right now (based on critics_score)

Homework

Using jsbin, write javascript code to do the following: (you can use jquery =) )

  1. Create a input button. When it is click, print to the console "The button was clicked".
  2. Create a div tag with the text 'Hover over me'. When the mouse enters the div tag, change the background of the div tag to blue. When it leaves the div tag, have it turn back to its original color.
  3. Copy the following UL. When the user clicks on one of the 'li' hide that 'li'.
  • The SpongeBob Movie: Sponge Out of Water
  • Jupiter Ascending
  • Seventh Son
  • Fifty Shades of Grey
  • American Sniper
  • Kingsman: The Secret Service
  • Paddington
  • Project Almanac
  • Black or White
  • The Imitation Game
  • The Wedding Ringer
  • The Boy Next Door
4. Add a button that when clicked shows all the li's again. 5. Using ajax - load the [movies.json](/movies.json) file from this repo and display the critics score for each movie as a li element in a ul tag.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published