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

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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