How to make a button that when selected, the other buttons on the form are "disabled" [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 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

Related

Input Field not Accepting Input [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 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.

Why am i able to add multiple images in html? [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 days ago.
Improve this question
enter image description here
I don't know why i am not able to insert multiple images in html but I do get multiple images in console.log

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

jQuery dateTime picker hide click outside [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have used jQuery datetime picker for my website.when I pick a time, it's hide.I want to show it until user click outside.how can I do?
closeOnDateSelect: false
closeOnTimeSelect: false
Check here:
https://xdsoft.net/jqplugins/datetimepicker/#closeOnDateSelect

How can I use a link to navigate between input tabs? [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 7 years ago.
Improve this question
How can i use the next Tab herf to navigate between tabs or using any other button?
here html and jquery
http://embed.plnkr.co/wSRKmDw7L2J5tdYc4Hwj
Attach an event handler that simulates a click on the tab:
$("a.nexttab").click(function() {
$("a[data-content=tab-two]").click();
});

Categories