script tag

1639 questions


1 answers
99 views
0
How do I pass javascript variables to the controller?

I would like to create the following process.1. I don't know how to deliver javascript variables to the controller, so could you tell me how to do it and how to code it?Ruby 2.6.3Rails 6.0.3Thank you ...


1 answers
61 views
0
What is bind(this)?

While doing the React.js tutorial (https://facebook.github.io/react/docs/tutorial.html), I got the following code://tutorial13.jsvarCommentBox=React.createClass({ getInitialState: function(){ return {...


1 answers
19 views
0
javascript forEach statement

What you want to achieveI want the shop ID to be included in the array and displayed in the string \A/shop/${shopId*array0}/$|\A/shop/${shopId*array1}/$|\A/shop/${shopId*array0}/$...const shopId=[263,...

2 years ago

1 answers
35 views
0
Please tell me how to modify the code.

<!DOCTYPE html><html lang=ja><head> <metacharset=UTF-8/> <title>tekisutogataRPG</title><style>.cell {width:80px; height —80px; background-color:skyblue; font-...

2 years ago

1 answers
37 views
0
How do I sort PureScript arrays in descending order?

How do I sort the arrays in descending order in PureScript?Currently, sort and then reverse like ↓.module Main (main whereimport Preludeimport Data.Array as Arrayimport Effect (Effect)import Effect.Co...

2 years ago

1 answers
20 views
0
Load text files in JavaScript

No matter what site I look at, I only load files using inputIs it possible to load text files on the same server when loading?Assume Javascript running on the server side

2 years ago

2 answers
38 views
0
scroll the page from the beginning to the designated position

This site (http://play-in-hell.com/) displays from the bottom when the page transitions.How do I display the top page from this location?What I want to do is to make sure that there is an image on the...

2 years ago

1 answers
108 views
0
I want to prevent nifty mbaas impersonation Push communication

I am currently developing a mobile app with monaca (HTML+CSS+Javascript).■ The final configuration is expected to be as follows: Mobile Application <-->nifty mbaas<-->Self serverI would li...

2 years ago

1 answers
37 views
0
This is a question about the trigger when inserted from CF7 into Google spreadsheet.

when inserting data from CF7 Google Sheet Connector into Google spreadsheetIt will be added to the bottom of sheet 1, but I would like to put it in reverse order to sheet 3.I wrote the following JavaS...

2 years ago

1 answers
36 views
0
How to Stop Google Apps Script

I just started Google Apps JavaScript.It seems that Doc/Gmail sent Hello World! to the person by mistake, and the method of sending the message cannot be reproduced, so I cannot stop it, so please let...

2 years ago
« - 113 - »

© 2024 OneMinuteCode. All rights reserved.