/g/ - Technology

Board dedicated to discussions related to everyday technology!

0/4000

BharatChan Disclaimer

Notice

Before proceeding, please read and understand the following:

1. BharatChan is a user-generated content platform. The site owners do not claim responsibility for posts made by users.

2. By accessing this website, you acknowledge that content may not be suitable for all audiences.

3. You must follow BharatChan’s community guidelines and rules. Failure to do so may result in a ban.

4. By using BharatChan users agree to the use of cookies, mostly for session related to user.

A poster on BharatChan must abide by the following rules:

Sitewide Rules
You must be 18 or older to post.
Sharing personal details or engaging in doxing is strictly prohibited.
Political discussions should be confined to /pol/.
NSFW content is only allowed in /kama/.
Off-topic discussions, thread derailment, or spam may result in a ban and IP blacklist.
Pornographic content is strictly prohibited.
Any activity violating local laws is not allowed.
Acknowledge

Recent Posts

just installed Arch Linux bros

View

Emacs

View

poast your fav cool websites

View

Give me one tech tip you know about

View

Urge to watch Mr. Robot Hindi dub

View

/cyb/+/psg/: Cyber-Punk/Security & Privacy

View

soyjak.st forum which hacked 4chin blocks all indi...

View

Have you discovered female luke smith yet?

View

View

Aarambh hai prachand..

View

OTG vs Microwave

View

which llm subscription is the best

View

Tell me all about indiachan/bharatchan lore

View

View

How do people who have a job get time to code on s...

View

Great time to be a /g/enius

View

Just found out linux foundation has their own free...

View

the best android browser has arrived!!

View

View

My ThinkPad arrived

View

(((Open)))ai playing new tricks

View

NEED ADVICE FROM true /g/entooman

View

View

Create something interesting with your skills now ...

View

View

Gonna make my own 34-key keyboard

View

View

which software on PC and mobile you use to handle ...

View

🦀🦀🦀🦀🦀

View

C++ Resources

View

View

Local Models General

View

GPT-5

View

View

What is shell programming

View

View

Libre Thinkpads

View

Computing

View

Tech Scams

View

Thinkpads are the best Laptops

View

View

M. tech. thesis suggestion,ideas.

View

View

Linux /gen/

View

Indian related AI discussion

View

privacy chuds gtfih

View

View

Best LLM model for coding and maths.

View

PuchAI

View

View

WebDev general

Anonymous

IN

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.

Anonymous

IN

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.

Anonymous

IN

51OZdE

No.319

>>318

Dont shit up on my thread dirty , not everything can be solved by chatgpt. i have already tried it.

Dyaush

ROJR

XKQfIH

No.321

>>317

use appendChild()

Dyaush

ROJR

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.

Anonymous

IN

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.

Dyaush

ROJR

XKQfIH

No.324

If you have any code snippet, share it by using markdown as pic related

statements

Anonymous

IN

nYAfi4

No.325

>>323

like here innerText isnt appearing.

Dyaush

ROJR

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

Anonymous

IN

nYAfi4

No.327

>>326

okey, thanks

Dyaush

ROJR

XKQfIH

No.328

>>325

Auto suggestions there won't work cuz, suggestions are based on the associated objects.

Anonymous

IN

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

Anonymous

IN

zJCEFd

No.730

>>729

yaar dyaush

Anonymous

IN

QHsX4t

No.732

>>730

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

Anonymous

IN

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.