Skip to content

OrdoFlammae/js-jquery-modify-html-lab-bootcamp-prep-000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppies + Babies

Objectives

  • Load jQuery in HTML file
  • Use jQuery to manipulate HTML

Instructions

Everyone loves a good gif of puppies and kids doing funny things, so let's use jQuery to make sure we have a good one on our page.

We'll be coding our solution in html/index.html.

  • Load jQuery in index.html using the following URL http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js Remember, load scripts at the bottom of the body.

  • Before the closing body tag, use jQuery to append this gif (https://s3.amazonaws.com/learn-verified/painting-with-dog.gif) to the div with the id image. (Check out the resource below if you need a hint!)

Kid painting with dog's tail

Resources

View Modifying HTML with jQuery Lab on Learn.co and start learning to code for free.

View Modifying HTML with jQuery Lab on Learn.co and start learning to code for free.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%