Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
42 views

I have this link in my jsp page: <p>Make a payment to keep your account active. <a href="/payment/payment.form" id="lnkPayment" onClick="${ payment.selectedForPayment ...
runnerpaul's user avatar
  • 7,566
3 votes
2 answers
55 views

Description I'm having an issue with a collapsible requiring 2 clicks of a button to open, then another 2 clicks to close. The Show/Hide text inside the button gets mixed up as well. I think it might ...
strawberrymilkrats's user avatar
-2 votes
1 answer
119 views

I'm making a small flight tracker system and I'm encountering an issue. Here's the code for a "choose your flight" page: "use client" interface MyPageProps { searchParams: ...
zack_falcon's user avatar
  • 4,384
-1 votes
1 answer
140 views

Is this the best way to modify certain links in my webpage to add search parameters? Are there better ways? I do not want to do it by Sessions variables, because I am going to another subdomain of my ...
Rewind's user avatar
  • 2,854
0 votes
0 answers
67 views

I'm trying to get fullscreen for iframe element immediately responsive to user input (e.g., keyboard input) without having to manually click when fullscreen to get the fullscreen responsive (think of ...
Francis Mike Nathan's user avatar
1 vote
3 answers
67 views

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 ...
zer0's user avatar
  • 13
2 votes
1 answer
59 views

This script: import matplotlib.pyplot as plt from matplotlib.widgets import Button def fAccept(_): print(f'accepted') def onclick(event): print(f'click {event.xdata, event.ydata}') fig, ax = ...
Paul Jurczak's user avatar
  • 8,630
0 votes
0 answers
32 views

I'm working on a Jetpack Compose layout where I have three layers: A blue Box at the bottom that is clickable. A transparent full-screen Box on top of it that should allow vertical scrolling (using ...
Hosein.m.barazandeh's user avatar
1 vote
1 answer
67 views

I have found a way to display a portion of an array using arrayName.slice(start, end), i made a funtion to feed the start and end to the slice method so i can use it with onClick button to click next ...
elbannhawy's user avatar
0 votes
0 answers
43 views

I have tried to make something for Math class, however the button elements didn't seem to do anything on Iphones. I have tried to use eventlisteners and the onclick Attribute. Does anyone know why it ...
Crazylosthismind's user avatar
1 vote
1 answer
285 views

I'm working on a Jetpack Compose app where I have a LazyColumn displaying a list of items. Each item is wrapped in a Surface with a clickable modifier, but clicking the items doesn't seem to work. I'...
Hugo Oliveira's user avatar
0 votes
4 answers
80 views

I would like clicking div-1 and div-2 to do the same thing but please how can I combine the 2 eventlisteners functions into 1 var div_1 = document.getElementById("div-1"); var div_2 = ...
JimWids's user avatar
  • 125
2 votes
3 answers
79 views

I am using an <a> tag instead of a button because I need to add the feature that allow user to right click and then open in new tab: The issue right now is that this tag have an onClick ...
Thuan Tran's user avatar
0 votes
1 answer
69 views

I try to get my navbar responsive. Follow this tut on w3schools. If I copy and paste it is working, but I want it to be mobile first (media queries) and there is my problem. The switch from mobile to ...
Malte K's user avatar
  • 23
0 votes
0 answers
38 views

I am not able to find the correct configuration for the behaviour I want. I have a layout with 2 TextView for displaying a date (birth and death date). To set both dates, the user touches (onClick() ...
xerez's user avatar
  • 89
0 votes
0 answers
36 views

My app shows error in Google play analytics that I can't replicate mainly because it does not show me it's location. I can only assume that it is related to some onClick method from one of many XML ...
anne's user avatar
  • 39
0 votes
1 answer
102 views

Is it acceptable to integrate a <button> element inside a Next.js <Link> component? I tried this approach, and it didn’t result in a hydration error. Is this a recommended practice, or ...
Shivam Srivastava's user avatar
1 vote
1 answer
802 views

I am trying to test using a console.log on a Dropdown inside a PrimeVue. Looking this up I was suggested I would use "item-template" but this seems like it is not used in the since it's not ...
Progranoob's user avatar
0 votes
0 answers
32 views

I have an issue with react-draggable library, when on mobile or tablet devices onClick from children are not propagated. Anyone knows which might be the reason? <Draggable onStart={handleDragStart} ...
stratdev's user avatar
  • 165
1 vote
0 answers
39 views

I'm using IPyWidgets in a Jupyter Notebook in VS Code. When making an interface, I use a .py file to code and load this into the notebook. This looks like the following: import Moduals.TestFile as ...
FishingBehindTheNet's user avatar
1 vote
1 answer
56 views

I have a layout where if the image and/or text are clicked, then it populates different information below it. If I have an img and paragraph inside the button, it will only work if you click anywhere ...
Schneider G's user avatar
0 votes
2 answers
108 views

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 ...
Molly Gustafson's user avatar
2 votes
1 answer
85 views

I am attempting to create dynamic modal popups from query feeds in WordPress. One feed displays elements that need to be clicked and one feed holds the content for the modal popups. My current code ...
Jake Olsen's user avatar
1 vote
1 answer
37 views

I have this group of checkboxes displayed using a while loop form sql select. The checkboxes have values assigned to them from sql. I have assigned all the checkboxes the same class. If I click on one ...
lotsu julius's user avatar
1 vote
3 answers
93 views

I have a shopping cart page and button like `<button class="purchase-button" data-courses-id="<?php echo $coursesID; ?>" onclick="Payment()"> </button>` ...
qanh's user avatar
  • 11

1
2 3 4 5
294