Похожие чаты

Hello guys I want to get a value from user using

object methods

For example:
const user = {
value: document.getElementById('input')
}

function showValue () {
alert(user.value);
}

I want to call the user input using user object and value property and alert the user input by clicking on the submit button

Can anyone help me with that?

10 ответов

16 просмотров

document .getElementById('submitButton') .addEventListener('click', showValue);

Thomas
document .getElementById('submitButton') .addE...

pass user to showValue() while you are at it

Iran- Автор вопроса
Thomas
document .getElementById('submitButton') .addE...

It doesn't work It still shows null to be clear, I'm using a button not a submit input and I have an onClick event inside my HTML document = my function and I think using an event inside my JS code is not a good idea

Iran
It doesn't work It still shows null to be clear, ...

Well then the element doesn't exist when you create the user object

Zeus
need to use document onready

Or move the script tag below the element

Iran- Автор вопроса
Thomas
Well then the element doesn't exist when you creat...

This is my HTML code <input type="text" id="input"> <button id="submit" onClick="showValue()">Click me</button> And this is my external JS code let user = { value: document.getElementById('input') } function showValue () { alert(user.value); } But I get null And I think the browser doesn't care about my input tag

Iran
This is my HTML code <input type="text" id="in...

Where is your external JS code <script> tag?

Похожие вопросы

Обсуждают сегодня

Какой-то там пердун в 90-х решил, что есть какая-то разная типизация. Кого вообще это волнует?
КТ315
49
Hi. Do we have a raid bot? Why nobody doing raids on X? Even RH mentioned this and nobody paying attention...whats the channel for hex memes? If mods cant run raids just insta...
H
31
Подскажите, а есть vault lite или ченить такое?) А то нужен вольт для похода в вольт, но весит он ~500 мб) как-то многовато для парочки запросов ))
Alexandr Orloff
17
блеать, почему так?? где в роутере это исправляется?
Арсен Маньяков 🇦🇲
16
void terminal_scroll() { memmove(terminal_buffer, terminal_buffer + VGA_WIDTH, buffer_size - VGA_WIDTH); memset(terminal_buffer + buffer_size - VGA_WIDTH, 0, VGA_WIDTH); ...
Егор
47
🌊 Ocean Nodes Dashboard Update 🚀 Hey, Oceaners! First off, a massive round of applause 👏to all of you for the amazing engagement since we launched Ocean Nodes. In just a few ...
KreigDK | Never DM first🌊
3
Всем привет! Подскажите, пожалуйста, в чем ошибка? Настраиваю подключение к MySQL. Либы лежат рядом с exe. Все как по "учебнику"
Евгений
16
А можете как-то проверить меня по знаниям по ассемблеру?
A A
132
Здравствуйте! У меня появилась возможность купить книгу "Изучай Haskell во имя добра!". Но я где-то слышал, что эта книга устарела. Насколько это правда??
E
22
люди, которые используют flameshot, к вам вопрос. Можно-ли поставить хоткей на создание скриншота? В программе есть отдел "горячие клавиши", но там все для редактирования, скр...
ThunDer104
11
Карта сайта