+ 1
please help, tell me the script to delete the button
Help
12 Antworten
+ 7
Delete button or delete part of data after click on button?
+ 4
have you tried to press the "delete" key on your keyboard or удалить посто?
+ 4
Егоров Даниил
Delete button after what event?
You can just use remove function of jQuery using id
<button id = 'btn' > Button </button>
<script>
$("#btn').remove();
</script>
+ 3
Егоров Даниил It was necessary to specify which programming language you are actually working with and which programming language script you want. If you want to remove the button from the HTML, then remove the button tag and the code inside your code.
+ 3
JavaScript
+ 3
HTML
+ 2
What a big question ❓
Try to delete the code manually
+ 1
Егоров Даниил It would be much easier to answer if you included your code with your question.
+ 1
I require more information regarding the particular programming environment or framework you are using before I can give you a script to remove a button. If you are using any particular technology, such as JavaScript, HTML, or a specific framework like React or Angular, do let me know. Additionally, it would help in providing a more precise solution if you could supply the current code or structure surrounding the button.
0
&
0
Button
0
Thanks