/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Just use a button
(gomakethings.com)
285 points
moebrowne
| 2 comments |
31 Oct 25 16:59 UTC
|
HN request time: 0.472s
|
source
Show context
giancarlostoro
◴[
31 Oct 25 17:31 UTC
]
No.
45774524
[source]
▶
>>45774182 (OP)
#
Weird, I always use buttons when I can, unless what I need is not actually a button, but something that performs and on-click sort of like a button, like a hyperlink that navigates you through the web app.
replies(2):
>>45774943
#
>>45775773
#
1.
Zak
◴[
31 Oct 25 19:29 UTC
]
No.
45775773
[source]
▶
>>45774524
#
>
like a hyperlink that navigates you through the web app
You mean an <a> tag?
replies(1):
>>45777854
#
ID:
GO
2.
array_key_first
◴[
31 Oct 25 23:31 UTC
]
No.
45777854
[source]
▶
>>45775773 (TP)
#
Well it might be a SPA so it's not a real link but rather just a function call + pushing some stuff to history and updating the URL (if you're lucky!)
↑