Question
Within the kg_search.js file have a function run when the page is loaded that inserts the contents of the word search table and word search
Within the kg_search.js file have a function run when the page is loaded that inserts the contents of the word search table and word search list into the web page, and sets up the event handlers and event listeners for the document.
Declare whatever global variables you feel are needed to complete the assignment.
Write the code that will satisfy Petes condition for the word search app. Your code should contain at least one example of the following:
- An application of an event handler
- An application of an event listener
- Removing an event listener from a page element
- Application of a CSS inline style to a page element
- An alert dialog box
- A command that prevents a default browser action in response to an event
Document your solution with comments throughout the code.
Tasks
Store the return value from drawWordSearch(letterGrid, wordGrid) in the innerHTML of the element with id wordTable as mentioned in the 'Introduction' section
1
Store the return value from showList(wordArray) into the element with id wordList as mentioned in the 'Introduction' section
1
Display mouse pointer using pointer icon as mentioned in the 'Introduction' section
1
Show Solution button changes the background color of words in the word search
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started