script tag

1639 questions


2 answers
73 views
0
TokenMissmatchException Error on Cross-Domain External API

Both those who hit and those who receive the API use Ravel as the framework, and they use guzzle to hit the external API.At that time, a tokenMissMatchException error appears because TokenCheck is tur...

1 years ago

1 answers
20 views
0
When calculating the fare using javascript, I would like to make sure that commuter and commuter passes are available in conjunction with the fare when it comes out.

I would like to implement it in JavaScript so that when I select two stations, information such as fares is calculated and displayed.The fare is linked to the distance between the two stations.In the ...

1 years ago

1 answers
89 views
0
I want to create elements that move 10px by dragging.

I want to create dragable elements using javascript (jQuery, etc.), but I don't know how to do it at all.Using the jQuery UI, it is easy to create dragable elements, but what should I do if I want to:...


1 answers
22 views
0
meaning of the Arrow function

I see the following way of writing the Arrow function, but I don't know what it means.Could you tell me the meaning of this Arrow function?.then(server=>{ console.log(server, server); return Promis...

1 years ago

1 answers
36 views
0
I want to get an email address

I would like to obtain an email address using Google form.However, if Settings → General → Collect email addresses, I have to enter an address one by one, so I want to avoid it.Therefore, you must log...

1 years ago

5 answers
40 views
0
Do you have a JavaScript library that provides Ruby-like APIs?

I'm usually used to Ruby, so when I use JavaScript to manipulate arrays, hashes, strings, etc., it's troublesome to look for or implement Ruby's method in JavaScript.So please let me know if there is ...

1 years ago

1 answers
96 views
0
I want to add tabs in OnsenUI to Notepad samples

Thank you for your help.I would like to add a tab sample function to the Notepad sample.<ons-tabbar> <ons-tabicon=home label=Home page=StopWatch.html active=true>/ons-tab> <ons-tabic...


1 answers
74 views
0
I want to change the javascript time display.

I am currently writing the code with react.I am displaying the data in json format that I received from axios.I'd like to display this image until 2020-03-18, but I don't know how to display it becaus...


1 answers
23 views
0
Finding a library that complies with ECMAScript only

I would like to know how to find a library that relies solely on ECMAScript (except for DOM and browser specifications).More specifically, it's like using a browser or ECMAScript engine.If the UI is n...

1 years ago

4 answers
62 views
0
I want to combine the second column of the same row with the first column into one row for text processing in bash.

What should I do if I want to use bash to combine the second row of the same row in the first row into one row?Illustrated a1a2a3b4c5c6d7d8e9Text a 1 2 3b4c56d78e9That's how I want to deal with it.Ple...

1 years ago
« - 67 - »

© 2024 OneMinuteCode. All rights reserved.