Input Field not Accepting Input [closed] - javascript

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
I have a problem where when I try to edit an input box, the input box just will not accept my input.
JsFiddle:
https://jsfiddle.net/Michael_Chen/9h21Lsv5/241/
I've tried
input {
z-index: 9999;
}
also, when I remove my js it works again. It seems that accessing the .value of the input caused the problem, but I'm not sure.

Related

how to highlight percentage in marksheet created with array objects in javascript guide plz [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
enter image description here
this is my array of objects, I have displayed it in table. now I want to hightlight the percentage column
plz guide

How to make a button that when selected, the other buttons on the form are "disabled" [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 days ago.
Improve this question
How to make a button that when selected, the other buttons on the form are "disabled", like silver in your style
I tried to make a code that selects a button and other buttons are disabled, turning gray

adding tab to reduce the width of the words shown in conversation box, how to solve the proble [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 months ago.
Improve this question
please am building a chart app using react and firebase , upon submit of conversation how do I add tab to my input filed to reduce the width

Is there a way of making uncobyable text in HTML5? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I need a way of making a HTML5 code that can make text that can't be copied, can someone help me?
If you want the user to be unable to mark and copy text, you can use pseudo elements:
div[data-text]::before {
content: attr(data-text);
}
<div data-text="Uncopyable without hacking"></div>

How to use JQuery to give value to every option of a droplist? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
The selected option's value can be accessed easily but what about others?
$('#mySelectID option:eq(1)') to select the 2nd option. From there, do whatever you want.
EDIT: Oops sorry, edited index.

Categories