script tag

1639 questions


2 answers
117 views
0
How to Smartly Store the Final Results of Promise in a Variable in javascript

aPromise.then(function taskA(value){ // task A ~ some kind of action ~}).then(function taskB(value){ // task B // The value of taskB is the final result. // I want to store the value of taskB for this...

1 years ago

1 answers
113 views
0
TypeScript2+Webpack3 works when installing the same library as a normal module, but fails when installing @types type definition only

I'm trying to create an application using TypeScript2+Webpack3 that uses an external library (module), and I'm going to talk about a certain library ALibrary A itself can be successfully built by inst...


1 answers
80 views
0
URL schema comgooglemaps does not start on Android device (SH-01G)

In the case of Android devices in Javascript, Google Maps is in the URL schema comgooglemaps.You are experiencing a non-bootable symptom.This is happening on the following Android devices.Aquos Zeta S...


2 answers
66 views
0
How to retrieve and set values using javascript at destination when they are sent to post

Thank you very much for your help.In order to get the value of ① when opening another site を from one site から, obtain the value from url on the opened site にて, and send the value to another site に, th...

1 years ago

1 answers
96 views
0
When you want to use ejs to print normally,

How can ejs display characters without using <%=%>?For example, I don't know how to write when:<a href=class=<%// Add active to class depending on conditionif(hoge){ active}%>>

1 years ago

1 answers
129 views
0
What is the use and thinking of TypeScript's Generics?

I came to the Generics after reading the TypeScript documentation, but I am not sure what it is, so I ask you a question.(Don't you understand the difference or benefit from the interface in ActionScr...

1 years ago

1 answers
68 views
0
Show as Ajax in Bootstrap Modal

I would like to see what was called in phpfile.php in .modal-body of #mymodal, but the following code does not work.The modal comes out, and if it's not ajax, it will appear, so you can't load the pag...


1 answers
53 views
0
Learn how to read the Google form question choices from a spreadsheet (if you have separate sections)

I want to read the Google form question choices (pull-down expressions) from the spreadsheet, so I create them in the script editor as follows:The second question can be reflected, but the third quest...

1 years ago

1 answers
41 views
0
I want to add the source settings to the Google form auto reply script.

I'm a complete script beginner.I successfully set up the following script by searching on the Internet.I'd like to add another source here.GmailApp.sendEmail(address, title, body, { from: 'email addre...

1 years ago

2 answers
46 views
0
Asynchronous communication introduces conversation functionality, but data cannot be displayed without reloading the page.

I am thinking of introducing a conversation function through asynchronous communication.Data can be displayed without page movement, but it cannot be displayed without page movement or reloading.If an...

« - 46 - »

© 2024 OneMinuteCode. All rights reserved.