Add code to the onload event that calls the plugin

Assignment Help JAVA Programming
Reference no: EM132096044

Please HELP with JQUERY and JavaScript

1.In the jquery.altrow.js file, code a plugin that uses the getElementsByTagName method to get all of an element's "tr" child elements. Then, it should apply a class named "header" to the header row, and classes named "even" and "odd" on an alternating basis to the rest of the rows. Note: you can check whether a row contains "th" elements to see if it's a header row.

2. In the altrow.js file, add code to the onload event that calls the plugin for the table element. Run the application and see that the row styles are applied to the table.

HTML file:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Alternating Row Plugin</title>
<link rel="stylesheet" href="altrow.css">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="jquery.altrow.js"></script>
<script src="altrow.js"></script>
</head>
<body>
<main>
<h1>Important People in Computer Science</h1>
<table id="important">
<tr>
<th>First Name</th><th>Last Name</th><th>Date of Birth</th><th>Accomplishment</th>
</tr>
<tr>
<td>Charles</td><td>Babbage</td><td>12/26/1791</td>
<td>Originated the concept of a programmable computer, invented the first mechanical computer.</td>
</tr>
<tr>
<td>Ada</td><td>Lovelace</td><td>12/10/1815</td>
<td>First computer programmer. Wrote an algorithm for Babbage's mechanical computer.</td>
</tr>
<tr>
<td>Alan</td><td>Turing</td><td>6/23/1912</td>
<td>Invented the Turing Machine, a hypothetical device that's a model of a general purpose computer.</td>
</tr>
<tr>
<td>Grace</td><td>Hopper</td><td>12/9/1906</td>
<td>Invented the first compiler for a computer programming language, popularized the term "debugging" for fixing computer glitches.</td>
</tr>
</table>
</main>
</body>
</html>

query.altrow.js file:

"use strict";

altrow.js file

"use strict";

window.onload = function() {

};

Reference no: EM132096044

Questions Cloud

Select a subset of predictors for a model : Two data scientists are discussing a strategy to select a subset of predictors for a model with n = 5,000 observations
Paper for a machine learning conference : Jacob is writing a paper for a machine learning conference. He has invented a "new" version of random forests:
Develop a method called min that takes a parameter : Develop a method called min that takes a parameter of an integer array and returns the smallest value stored in the parameter.
Estimating some parameter : Your friend who works in ?nancial investment company comes to you with a problem. She is interested in estimating some parameter a from her data
Add code to the onload event that calls the plugin : In the jquery.altrow.js file, code a plugin that uses the getElementsByTagName method to get all of an element's "tr" child elements.
Examine applications of management methods : HI6005 Management and Organisations in a Global Environment Assignment, HOLMES INSTITUTE, Australia. Examine applications of management methods
Find the skyline position of the n buildings in the form : Give the information of n buildings (L,R,H) which are the left position, right position, and the height of the building, respectively.
Discuss the application of wireless technologies : Discuss the application of wireless technologies in a field which you find most interesting (i.e. healthcare, home automation, transportation).
Write a function that orders an array of items : Write the function so that it can order an array of arbitrary items by passing a not only the array.

Reviews

Write a Review

JAVA Programming Questions & Answers

  Implement a method on your graph using breadth first search

Choose your graph implementation allowing to build such graphs (you should be able to generate graphs up to 1000 nodes). Implement a method on your graph using breadth first search to check if all nodes are reachable from each other

  Shooting star

Initial project folder you will see the beginnings of a Driver - You need to implement that DoubleListOfBlock methods so they perform

  What will be shown in the message box

Consider the following program statement - What will be shown in the message box?

  The array at the index method

have an array, how do i remove an entry from the array at the index method?

  Given an aerodynamic body you have learned in aerodynamics

given an aerodynamic body you have learned in aerodynamics and flight mechanics how to apply the numerical source panel

  Design and implement recursive method findvalueunsortedarray

Design and implement a recursive method findValueUnsortedArray which takes two parameters: an unsorted array of integer values and an integer value which is looked for in the array.

  Create an application using html5

Create an application using HTML5, CSS, and JavaScript that has an image or figure of a trashcan

  Develop a form based front end for a class management

In this assignment, students will develop a form based front end for a class management system and a database using a combination of JDBC commands, SQL, and Swing GUI components to allow users to query, insert, update and delete records using a si..

  Create a scanner object that reads from the parameter

Create a Scanner object that reads from the parameter String and then perform the same computation as sumReals(Scanner).

  Differences in paths between dos and posix

What are some differences in paths between DOS and POSIX? How do you tell a path apart in each standard? What are some applications where it might be important

  Implement program that uses priority queues of strings

Write a program in Java that uses priority queues of strings to sort lines of text in reverse alphabetic order. You may choose how you define alphabetic order.

  Write the code with comment and output resultinterface and

write the code with comment and output resultinterface and polymorphismimplement a class quiz that implements the

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd