python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to strikethrough a list element using javascript
I am making a simple ToDo app to learn Javascript and I am trying to implement this strikethrough feature where if the user clicks the "done" button the todo (text) is striked through.
I t...

satvik
Votes: 0
Answers: 1
innerText returns value of "value" attribute in Internet Explorer but not in Chrome
When I set value of an element via script
textAreaObject.value = "some text"
and try to get text of this object via textObject.innerText Internet Explorer 11 returns "some text" bu...
d.c
Votes: 0
Answers: 0
Trying to update the innerText of an HTML element when a button is clicked in JavaScript
Hey guys. I'm creating an installation widget where the command to run changes depending on the buttons that are clicked (Build version and OS version)
I want the command text at the bottom to change...
Saif H
Votes: 0
Answers: 1
How do we make text bold from .ts file to show in [innterText] html section
Just like we use \n instead of to see the line break changes in the interface, how do we bold the specific text? What can be the alternative solution apart from using [innerHTML]?
for example:
.ts fi...

Yubraj Shrestha
Votes: 0
Answers: 1