1,047 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
3
answers
76
views
Function in external file doesn't run when button is pressed despite being bound in onclick in HTML/JS
When I run this, it doesn't run the function when I click the button, however it is run once when the website is loaded/reloaded even though (as far as I can tell) the code doesn't do that at any ...
1
vote
1
answer
272
views
How to simulate button click using rvest
I am trying to scrape a webpage that requires a button press to populate a table. I am able to achieve this for some buttons but not others. I am trying create a reproducible pipeline using rvest and ...
0
votes
2
answers
123
views
Button onclick shows hidden message javascript
The button needs to be edited in css to appear the way I have, that part worked. Then it needs to show a message that says "welcome to the world of coding!" upon clicking the button. I feel ...
0
votes
1
answer
52
views
I want the page to scroll smoothly to a specefic area on click
I have a React page with buttons at the top in the header.
What I want is to be able to make the page auto-scroll smoothly to a specific location of the react page when clicking on one of the buttons ...
1
vote
2
answers
114
views
How do I get these onclick events to validate the required fields?
I am trying to find a solution to where the row cannot be added unless the required fields are filled out. I also tried to do a couple validators for the modals but the ones that seemed like they ...
0
votes
0
answers
17
views
When I click the button my results show once blinking and then disappear [duplicate]
When I click the button my results show once blinking and then disappear:
function shipment_Result() {
let getShipment = document.getElementById("shipment").value;
if (getShipment == &...
2
votes
2
answers
112
views
How can I add a class name to an existing class name of a button on click event in JavaScript?
I have a form that sends an email upon clicking a button. However, while the email is being sent, the button remains active, allowing users to click it multiple times, which interrupts the email-...
0
votes
1
answer
270
views
Why does my Blazor page stop working after succesfully performing an action?
I have a .NET8 Blazor project that I am creating a Document Vault in.
Files can be uploaded via drag and drop and then downloaded or deleted.
Everything works great until a document is uploaded or is ...
0
votes
1
answer
63
views
PartialView does not work properly when called from Layout.cshtml
enter image description here - issue added as it stack overflow is not accepting the code
i am trying to call a partial view(there is a button on the click of which i should be able to close a div ....
-2
votes
2
answers
88
views
Button not working on first click with if and else statements [closed]
I am trying to make the navigation work on first click of the button. But for some reason the button won't work on first click and works fine on second click
function authenticate() {
let x = ...
1
vote
0
answers
169
views
I have an issue in my C# application and get an exception
I am using two package afroge and ozeki. In form load of afroge, when I click on the device's button, I want to load the Ozeki and capture a picture. After capturing the picture, it should load in the ...
0
votes
1
answer
68
views
org.openqa.selenium.NoSuchElementException: Unable to find element with locator By.xpath : issue unresolvable
I have been trying to click on this button Accept all cookies on the website: https://smartenergycodecompany.co.uk/the-smart-energy-code-2/
It just doesn't seem to work. I have changed XPath, ...
1
vote
1
answer
406
views
Button and hover effect not working in react js project
Buttons and hover effect is not working in laptop screen when I go to mobile responsive all buttons and hover effect work properly and also hyperlink not working
Please help ?
<div className='md:pl-...
-1
votes
1
answer
107
views
WPF: How to get the Current Object from a List when a Button is pressed
Problem
I want to delete one article from a ObserableCollection when i Press the Red "X".
But i don ́t know how to get the Current Artcile. I have a class Artcile. and the list which saves ...
user avatar
user22498067
0
votes
1
answer
73
views
getting undefined id in delete function
I am trying to write a delete function to delete a Quiz from my object.
This is my code but when I click on a delete button I get DELETE: Error.
What do you think is the error in my code?
You can ...