Giter Club home page Giter Club logo

jquery-exercise's Introduction

Fun jQuery homework assignment from General Assembly that allows you to change the backgorund of the site by typing a name of the city into the search bar.

jquery-exercise's People

Contributors

christopher-nemeth avatar

Watchers

James Cloos avatar

jquery-exercise's Issues

assignment 5

#FEWD Week #5 Project: More JavaScript


###Description

JavaScript is powerful: we're able to take user interaction and information and use it to update the page without requiring a refresh. This week, a new startup in your city, CitiPix, is looking to create a personalized picture app that allows users to store pictures they've taken around the world and quickly access them by typing in keywords or tags associated with each photo; they have asked for your help to start building the front-end prototype. You will begin by building a web-app that will take a user's input and update the background image of the page based on that input. Once again, you have been given the starter code that includes the HTML and the CSS. Use the images in the image folder and write JavaScript to make the background image reflect user input based on the Technical Requirements below.

Student: ________________________________________

Project URL: ____________________________________

Technical Requirements Does Not Meet Expectations (0) Meets Expectations (1) Exceeds Expectations (2)
Call $.val() on inputs to get the string value of your user's input 2
Store user input in var city 2
Use $.on(submit) or $.click to figure out when the user clicks the "submit" button 2
Create if / else if / else conditionals to control the flow of your application 2
Write at least six different lines of pseudocode and display them inline as JavaScript comments 2
Prevent a form submission using the event.preventDefault() function 2
Use the $.ready() handler to delay your code from executing until all DOM assets have been loaded 2
Get the first element from an attribute name using $.attr() 2
Use the ``` operator in your conditionals to allow for multiple string values to executeif/else if``` statement code
If a user submits "New York" or "New York City" or "NYC" make the background of the page nyc.jpg 2
If a user submits "San Francisco" or "SF" or "Bay Area" make the background of the page sf.jpg 2
If a user submits "Los Angeles" or "LA" or "LAX" make the background of the page la.jpg 2
If a user submits "Austin" or "ATX" make the background of the page austin.jpg 2
If a user submits "Sydney" or "SYD" make the background of the page sydney.jpg 2
TOTAL: 30/28

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.