subject
Computers and Technology, 11.10.2020 23:01 jennsou

Develop a Javascript application that allows the user to enter strings into a variable number of input widgets. As a string is entered by the user its length is automatically displayed next to the input widget. Buttons are provided to control the interface and to provide some functionality.--Clicking "Add Cell" button will add another input widget.--Clicking "Remove Cell" button will remove an input widget, always leaving at least one input widget.--Clicking "Sort" button will cause the visible strings to be sorted.**Organize the application in three files: the HTML file that is the user interface to the application; a file with most of the Javascript code; a file with the styling rules.**Basic screen with simple styling Provide styling that will approximately center the visible components. Also, change the default color for the background. Length 0 Input Add Cell Remove Cell SortAdd cell/Remove cell
As a convenience to the user, the application will remember the string entered into a widget even after the widget is removed. If the widget is added back again, then the saved value will be displayed in the widget. gBuhQOF36ekDOYB6e4ll0eegWPKnErbdW6z kBWN1Typing and Length (3 points)Every time a user types a key, it checks and shows the length of a string in each widget on the next (in a real-time manner).EYmrmbhxchVD57ed4bbVgT8Qp80 MoeD7P9ivSEuISorting
Be careful, the saved strings do not participate in a sort operation if not visible. You can use array sort() method. Your application will be either tested from your project directory or the files will be copied to another directory. Use relative paths to link parts of the application together.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Which virus-infecting components are email messages prone to carry? one of the problems associated with the use of email communication is that email messages are prone to carry virus-infecting .
Answers: 3
question
Computers and Technology, 22.06.2019 17:30
Working on this program in python 3.7: a year in the modern gregorian calendar consists of 365 days. in reality, the earth takes longer to rotate around the sun. to account for the difference in time, every 4 years, a leap year takes place. a leap year is when a year has 366 days: an extra day, february 29th. the requirements for a given year to be a leap year are: 1) the year must be divisible by 42) if the year is a century year (1700, 1800, the year must be evenly divisible by 400some example leap years are 1600, 1712, and 2016.write a program that takes in a year and determines whether that year is a leap year.ex: if the input is 1712, the output is: 1712 is a leap year. ex: if the input is 1913, the output is: 1913 is not a leap year. your program must define and call the function isleapyear(useryear). the function should return true if the input year is a leap year and false otherwise.
Answers: 1
question
Computers and Technology, 23.06.2019 00:00
Suppose you have 9 coins and one of them is heavier than others. other 8 coins weight equally. you are also given a balance. develop and algorithm to determine the heavy coin using only two measurements with the of the balance. clearly write your algorithm in the form of a pseudocode using the similar notation that we have used in the class to represent sorting algorithms
Answers: 1
question
Computers and Technology, 23.06.2019 10:20
Suppose there is a relation r(a, b, c) with a b+-tree index with search keys (a, b).1. what is the worst-case cost of finding records satisfying 10 < a < 50 using this index, in terms of the number of records n1, retrieved and the height h of the tree? 2. what is the worst-case cost of finding records satisfying 10 < a < 50 and 5 < b < 10 using this index, in terms of the number of records n2 that satisfy this selection, as well as n1 and h defined above? 3. under what conditions on n1 and n2, would the index be an efficient way of finding records satisfying the condition from part (2)?
Answers: 1
You know the right answer?
Develop a Javascript application that allows the user to enter strings into a variable number of inp...
Questions
question
Mathematics, 04.11.2020 19:00
Questions on the website: 13722360