The final result achieved by the author is as follows:
- Use handwritten HTML code to achieve the following results:
================Use all of the following questionsJqueryDo it==============
When you click the "load data" button, you can use jquery to dynamically create a table based on the provided data to fill the table. For data, see the data.txt file. Effect
The following figure shows the effect when you click "set style and event:
Effect description:
A)
Set the background image of the table header to bg.png and the text color of the header #055a78.
B)
Text in all cells is displayed in the center.
C)
Set the "Twice" column as a hyperlink, and the default color is black, no underline, red when the mouse is suspended
D)
The data row is discolored across rows. The odd number of rows is white, and the even number of rows is # e5f2f8.
E)
When you move the cursor over a row, the pointer is a normal style, that is, an arrow. When you click a row, set the background color of the current row to #9ac2e5, keep other rows as normal.