Recent Posts
friendship ended with xfce now kde is my best frie...
All you ever need
Gaymes on Linux
b-bros just installed arch linux
any xfce users here?
google gave me free access to gemini 2.5 pro
User extensions to Bharatchan
just installed Arch Linux bros
Recommend me a no nonsense browser
alternative frontends
AI wrote 90% of the code at microsoft
Working on my game in a late night game dev sessio...
skills
Good lua scripts for MPVplayer?
Sketch - A simple 2D graphics library in C
I had a dream
soyjak.st forum which hacked 4chin blocks all indi...
Script request
Before crying about you don't having a job answer ...
Google Veo 3
Best IDE for C/C++ - JetBrains CLion
Swiching from linux to FreeBSD
Why it's so difficult to develop emulators for mal...
Luke Smith is Back !!
This jet has served us well
Is it over for linkedin jeets?
Tatti windows
Comfy Night Chan
To get women
Any data analytics/DS anons here
Firefox is more unoptimized than chrome
Can Quantum Computers Actually Beat Humans, or Are...
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.