script tag

1639 questions


1 answers
91 views
0
Gatsby, Stripe: 'Uncaught TypeError: Cannot read property 'configure' of undefined' when trying to implement payment button

Gatsby official document is being developed in line with the EC site construction tutorial.However, if you write checkout.js as shown in the tutorial, the following error will appear and the entire sc...


2 answers
135 views
0
I want to move focus to next element (emulate tab key press)

I would like to perform the same behavior (focus to the next element) as tab key press when certain events occur, such as pressing enter key.For example, when I tried with the code below, the keyup (k...

1 years ago

2 answers
120 views
0
I want to identify and change the hash part of the coin hive.

In html on the website<script src=https://authedmine.com/lib/authedmine.min.js></script><script> varminer = new CoinHive.Anonymous('hogesitekey', {throttle:0.3}); // Only start on no...

1 years ago

1 answers
159 views
0
The connection closes in about 30 seconds even though the websocket communicates every few seconds.

I am creating a web application using websocket.Currently, JavaScript initiates a connection with new WebSocket (wss://{hostname}) and communicates with the server several times after onOpen is called...


1 answers
108 views
0
How to write a definition for circular reference in TypeScript

If you define the following in Typescript: class A { public b —A.B.}namespace A { classB{ }}By classA definition [ts] No exported member 'B' exists in namespace 'A'. I get scolded, and if you reverse ...


1 answers
90 views
0
If you display Japanese text on weex iOS, there will be a margin under the text.

I am creating an application with wex.When I display Japanese text on iOS, there is a blank space under the text.There is no problem with viewing on the web or Android.If you look at the demo below on...

1 years ago

1 answers
110 views
0
I want to create a program that I can search using Ruby etc. [Closed]

Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 3 years ago.Three years agoI would like to create a program like the one below.1. You must be ab...


1 answers
129 views
0
Refused to get unsafe header "Content-Length" when communicating with the server

I am creating an Android app in the development environment of monaca.I'm trying to get information from an external server using the following logic.Refused to get unsafe header Content-Length The er...

1 years ago

1 answers
94 views
0
Understanding the Values Obtained in document.getElementsByClassName

When you retrieve a specific class in document.getElementsByClassName and loop it in forEach, only one element that should have two counts.If you check the console, you will receive the following valu...

1 years ago

1 answers
38 views
0
Write the contents of the JavaScript if statement

vara=1;varb = 2;if(a< b) {//a<b>Run the contents a = b;}It was written like this, but if(a< b) If it's {//a<b, where should I write the contents of Run ?

1 years ago
« - 20 - »

© 2024 OneMinuteCode. All rights reserved.