9 questions
(Mission 4-5) Function closeDetail(e) among
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...
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;...
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...
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...
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....
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...
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...
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...
© 2024 OneMinuteCode. All rights reserved.