Recent Posts
which llm subscription is the best
Looking to Buy a Decent Gaming Laptop
just installed Arch Linux bros
new discord server for pair-programming
RSS feed for Bharatchan ?
Sketch - A simple 2D graphics library in C
Tell me all about indiachan/bharatchan lore
User extensions to Bharatchan
/cyb/+/psg/: Cyber-Punk/Security & Privacy
poast your fav cool websites
/g/ - Total Rust Victory
alternative frontends
Zoho Appreciation
Post Indian product based companies, I'll start
Aarambh hai prachand..
zoho
the best android browser has arrived!!
Muh Saaarvice Economy
Emacs
Laptop RAM upgrade
Give me one tech tip you know about
Urge to watch Mr. Robot Hindi dub
soyjak.st forum which hacked 4chin blocks all indi...
Have you discovered female luke smith yet?
OTG vs Microwave
How do people who have a job get time to code on s...
Great time to be a /g/enius
Just found out linux foundation has their own free...
My ThinkPad arrived
(((Open)))ai playing new tricks
NEED ADVICE FROM true /g/entooman
Create something interesting with your skills now ...
Gonna make my own 34-key keyboard
TLFuXv
No.1483
quick question, i want to to open a dialog box or a form we can say where i have to input some info and then store it. now my question is, how do i make sure a form pops up when i click that button.
```
function addBookToLibrary(){
const inputBtn = document.querySelector("#inputBtn");
inputBtn.addEventListener("click", (e) => {
})
}
```
TLFuXv
No.1484
i have forgotten a lot of it of dom handling as i havent been regular, any reference or documentation would be helpful too.
OuBZJV
No.1486
>>1483(OP)
>using classes
>just property modification like display
>go through 'dialog' element in html see if it works for you - if it works you may not need lots of js code
xPfQ0a
No.1487
>>1483(OP)
chutiya (edi) ha kya? Ek function ? Chatgpt tujhe pura project de dega. nikal laude.
j4hZdl
No.1497