subject
Computers and Technology, 12.03.2021 15:30 dbrwnn

Football Player Information Page loadPlayersPage method:
parameters: none
purpose: This method will populate the dropdown menu to allow the user to select which player's information to view.
To handle this, you will need to iterate through the players array and do the following for each player:
1. Create an anchor tag
2. Set the href to"#", this will make sure the
3. Set the onclick to call switchPlayers method
4. Set the anchor tag's text to the player's name. anchor tag doesn't change pages (this will need to pass in the index inside the players array)
After setting all of the anchor tags, update the innerHTML of the dropdown menu. As a note, the id for the dropdown menu is player_selector.
switchPlayers (playerNum) method:
parameters:
playerNum The index of the football player in the players array.
purpose:
This method will update the the spans on the player's information pagex and calculate the average passing, rushing, and receiving yards.
Span ids:
the player's year in college
- the player's major in college
- the number of games played for Buffs p_year pmajor g_played player_img the player's photo (must set src and alt p_y r_yardsthe number of rushing yards rec yardsthe number of receiving yards ards - the number of passing yards
Calculated values:
ards - the average number of passing yards for the player's Buff career
avg_p_ avg_r_yards the average number of rushing yards for the player's Buff career
avg_rec_yards -the average number of receiving yards for the player's Buff career

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:40
Kali, a python programmer, is using the turtle module to write the word “hello.” which code should she use to indicate the location to begin writing the word? a # pick up the turtle and move it to its starting location. b penup(-100, 200) goto() pendown() c penup() goto(-100, 200) pendown() d # pick up the turtle and move it to (-100, 200)
Answers: 2
question
Computers and Technology, 22.06.2019 08:00
Digital information is stored using a series of ones and zeros. computers are digital machines because they can only read information as on or off –1 or 0. this method of computation is known as the system
Answers: 1
question
Computers and Technology, 22.06.2019 12:00
Which of the following “invisible” marks represents an inserted tab?
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
3. when you right-click a linked spreadsheet object, what commands do you choose to activate the excel features? a. linked worksheet object > edit b. edit data > edit data c. linked spreadsheet > edit d. object > edit data
Answers: 2
You know the right answer?
Football Player Information Page loadPlayersPage method:
parameters: none
purpose: Th...
Questions
question
Mathematics, 29.06.2019 18:30
Questions on the website: 13722367