script tag

1639 questions


1 answers
35 views
0
Understanding Zoom Using Canvas' setTransform

I am currently using JavaScript to create drawing software.So I want to create a zoom function, but it doesn't work.Below is the code function zoom(x,y){ varcanvas= document.getElementById('canvas'); ...

2 years ago

1 answers
75 views
0
To receive a value of type="hidden" in JavaScript

In the time leaf, pass the variables from the two lists, the stationNameList and the stationIdList, to JavaScript.in two lists of variables received<input type=textth:field=*{ationName}onclick=chec...

2 years ago

1 answers
36 views
0
I want to change the state with React common processing.

There is a switch that switches on and off, and the changeState function is called when switching.The contents of the key passed as an argument are passed in the form {numberState:true}.I want to chan...


3 answers
62 views
0
I want jQuery/JavaScript to display the load screen

Many DOM elements are included in the created Web site page and the page is slow to display.In addition, there are symptoms such as JavaScript re-layout collapsing.How do I keep the page from being di...

2 years ago

1 answers
18 views
0
I want to change the meaning of '<', '>' which is separated by peg.js depending on the Parser situation.

in peg.jsI wrote the following parserper.pegjsStart= c:(Content+)EOL { return c;}Content = openId:OpenTag:(Content) + closeId:CloseTag{ if(openId!==closeId){ through new Error(expect</+openId+>...

2 years ago

1 answers
77 views
0
I want to replace Nxt.js with a replacement image if 404 error occurs when loading images.

https://stackoverflow.com/questions/54596396/vue-js-nuxt-js-load-fallback-image-on-404Based on the above article, we created a program called Image2 if image1 is an error.However, it works well when s...


1 answers
70 views
0
Learn how to use static IP on Bluemix servers.

I am making LINE BOT with Bluemix and Nodejs, but I stumbled when I registered my IP in the whitelist on LINE side.As for Bluemix, it seems that the IP changes with each deployment, so I tried to fix ...

2 years ago

1 answers
37 views
0
I want to use the function in the css method of jQuery.

const color1=red $(`.shape${i}`).css(``background-color`,`${color1}`)I wrote that, but it doesn't work when I look at it in my browser.I googled a lot, but I couldn't find it.If you don't mind, I'd ...

2 years ago

1 answers
64 views
0
I want to embed html elements in google map.

Currently, you can use Google map api to view maps and markers.I would like to display a string (image of the information window) instead of a marker as a function I want to be realized.·Implemented m...

2 years ago

1 answers
34 views
0
I want to count the number of characters in the text area per line.

I'm stuttering at the text counter in the text area.I would appreciate your help.First of all, regarding the conditions, 1—Counts half-width as 0.5 and full-width as 1.02—Line feed, space not counted3...

2 years ago
« - 103 - »

© 2024 OneMinuteCode. All rights reserved.