Recent Posts
Truth of Computer Programming
Browsing best practices
Picrel is a 56 yr old auntyji from Amreeka
Placement
More electronics manufacturing moving to India
Tatti windows
WebDev general
Seeding paid courses
AI = Actually Indonesians
alternative frontends
Seedhe maut 🔥
Script request
GOOGLE FIREBASE
Sach bol raha he kya?
sharing doxxing/hacking tutorial
आर्च लिनक्स को कैसे इंस्टॉल करें?
Machine learning with C±+
making a glow-proof smartphone
/AI/premiums
Rust
Torrent links general
how to ddos a site?
Kalej doesnt want me to do shit.
Making a community of people who want to code and ...
Every software is open source of you know assembly
It's over
No Innova-ck
archive.today prolly getting attacked by glowies
why jeets dont seed ?
Privacy Tools
Techsappot jara idhar aana
Bangladesh: Govt officials, student ‘activists’ ho...
phone under 20k
Privacy tools thread
2025 telephone suggestion
Chinese are absolutely dominating AI
WebDev general
51OZdE
No.316
Making this thread for webDev, post anything related to it, whether queries or something new or any help related to programming, even though there are discord servers but sometimes you dont get good enough response to your problem, so i am making a thread here as i am personally learning it. Currently, i am using odin project to learn it and i am on calculator project in foundations.
51OZdE
No.317
Right now i am having a problem, i am trying to access content of an HTML element and then store it inside another element and display it, for that i am using innerText property but in autosuggestions it isnt displaying it, i thought it is because i am trying to access it inside an eventlistener but i also tried it in global scope and problem still remains.
51OZdE
No.319
>>318
Dont shit up on my thread dirty , not everything can be solved by chatgpt. i have already tried it.


XKQfIH
No.321
>>317
use appendChild()


XKQfIH
No.322
>>321
Though that's in case you are creating another element dynamically.
You can access content through either textContent or value depending on the element. Value or textContent can be used to update the values.
Validate the target element to ensure it exists.
nYAfi4
No.323
>>321
you didnt understand my problem it seems, i am talking about this, in suggestion list many keywords doesnt appear, i had to use {once: true} and in that once didnt appear, i type it whole but after that it started appearing, it happened same for innertText, textcontent.


XKQfIH
No.324
If you have any code snippet, share it by using markdown as pic related
statements
nYAfi4
No.325
>>323
like here innerText isnt appearing.


XKQfIH
No.326
>>323
aah mb, try pic related extension if you aren't using already.
If you want to read about DOM manipulation go through js.info https://javascript.info/ DOM section (browser)
MDN has a quick read for the same https://developer.mozilla.org/en-US/docs/Learn_web_development/Core/Scripting/DOM_scripting
nYAfi4
No.327
>>326
okey, thanks


XKQfIH
No.328
>>325
Auto suggestions there won't work cuz, suggestions are based on the associated objects.
zJCEFd
No.729
[Blocked URL: https://www.theodinproject.com/lessons/node-path-intermediate-html-and-css-tables]
I am at this part of this curriculum now, assignment 2
https://css-tricks.com/complete-guide-table-element/
should i actually read through all of this webpage? I have read till accessibility part and i am
zJCEFd
No.730
>>729
yaar dyaush


QHsX4t
No.732
>>730
are it's not blocked, one of the spam link have t.co which is why it gets filtered desu


QHsX4t
No.733
>>729
>should i actually read through all of this webpage? I have read till accessibility part and i am
Review it once, maybe work on the examples on the go.
You will forget the most part, so you will have to reference later. It's alright. If they are asking you to read - read it.
Most of the time you need very basics on tables.