event tag

9 questions



1 answers
87 views
0
[javascript] Keyup event and change event questions

Hello, the code in the link below is to find out if there is a city with the word you entered and to print it out on the screen.https://codepen.io/w00kgod/pen/XGbpwyAfter the input occurs in the input...


1 answers
98 views
0
[javascript] Question when receiving an event as a factor for the function

Hello. The link below is the calculator code I made.Calculator source code html : <button id=1 onclick=input.getStr()>1</button>JS : input.getStr = function() { var str = event.target.id;...

1 years ago

1 answers
96 views
0
[javascript] event target, scroll event question

Hi, everyone. I wrote a code to check if the img tag was scrolling, but the img tag did not detect the scrolling event. const imgs = document.querySelectorAll('img'); imgs.forEach(img => img.addEve...

1 years ago

1 answers
90 views
0
How do I apply events for Touch to individual items in Android ListView?

listview of logic on abstractions, the ontouchWhen that there are 10 items of the listview.The first event at 0 times, only items on the Touch down up position the How can I do?Currently, it is as fol...


2 answers
73 views
0
[javscript] Event listener questions

Hello. The codepen link below is the flex-panel code I wrote. https://codepen.io/w00kgod/pen/VgNaxWThere are three functions implemented by JS.this.classList.add('open'); setInterval(function(){item....


2 answers
81 views
0
How do I prevent the end of Android Studio activities when I go back?

If I go back during the activity, the music turns off How can I keep listening to it without turning it off?Code -=================package com.example.android.wearable.recipeassistant;import android.a...


1 answers
77 views
0
javascript javascript javascript window.event I have a question.

window.onload=function() { input_2.onkeydown=function() { // Extracts event objects. variable event=e||window.event; // It will turn around without doing this // The user's input is backspace a...

1 years ago

1 answers
75 views
0
Among the menu in ListView,

ListView menu A, B, C, and DI'd like to put a limit on touch events for D aside from the restFor example, To limit the menu activation by pressing the Menu key 5 times while pressing the Menu key 5 ti...

1 years ago

© 2024 OneMinuteCode. All rights reserved.