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 08:30
On the loan worksheet in cell c9 enter pmt function to calculate the monthly payment for the altamonte springs 2018 facilities loan. ensure that the function returns a positive value and set the reference to cells b5 and b6 as absolute references.
Answers: 2
question
Computers and Technology, 22.06.2019 13:30
Use the keyword strategy to remember the meaning of the following word. the meaning for the word has been provided. write your keyword and describe the picture you would create in your mind. centurion: a commander in the army of ancient rome. keyword: picture:
Answers: 2
question
Computers and Technology, 23.06.2019 19:50
Which feature is selected to practice and save the timing of a presentation
Answers: 1
question
Computers and Technology, 24.06.2019 10:00
In which view can you see speaker notes?
Answers: 1
You know the right answer?
Football Player Information Page loadPlayersPage method:
parameters: none
purpose: Th...
Questions