script tag

1639 questions


1 answers
24 views
0
The moment the window changes in Javascript, the behavior stops.

varkakunin=(function(){n= document.getElementsByClassName(js-validator-form);n[0].submit()}); setTimeout (kakunin, 2000);$('input[value=Are you sure? ] ).click();After executing the above code on a ce...

1 years ago

2 answers
22 views
0
In JS's immediate function execution formula, how does changing the position of ( ) affect behavior?

(function(){return;}());(function() {return;})();JavaScript: The Definitive Guide, 7th Edition listed the former code as an example of IIFE (simplified).However, JavaScript IIFE Use Case-Qiita or Thin...

1 years ago

1 answers
63 views
0
Event.latLng latitude information is abnormal when polyline mouseover in Google Maps API

If you use the code below to make the map an aerial photograph, there is no problem with longitude from Zoom, which is 45 degrees diagonally, not directly above, but the latitude is greatly shifted to...

1 years ago

2 answers
41 views
0
I want to get the previous page information and reflect it.

I want to change what appears on hoge.com/hoge by retrieving information from the previous page or dynamically using some method.Examplehoge.com/hoge/1hoge.com/hoge/2hoge.com/hoge/3hoge.com/hoge/4 Vis...

1 years ago

1 answers
16 views
0
How do I do two animations using twenjs at the same time?

I wanted to create an animation that would cause the current thing to collapse, so I combined the functions to rotate and fall, but after rotating, the animation is drawn separately.Could someone tell...

1 years ago

1 answers
31 views
0
How to apply a function of a specific javascript to a local html script tag

I'm scraping the website using ruby, and there were the following parts in the target page:<script>function tableCell(str){ document.write('<td class=cell-text>'); document.write(str); doc...

1 years ago

1 answers
21 views
0
Elm Native Module Not Found

I wrapped the existing JS library in the native module to use it from the Elm app.However, I will moss with the last elm-make # Command to test the single compilation.# Actually, it is set up to compi...

1 years ago

1 answers
37 views
0
iOS Monaca Debugger (3.2.0) Does Not Work in Viewport

Starting this week (after iOS Monaca debugger (3.2.0), the viewport will not work and the screen will be quadrupled.Of course, Enable Viewport Control is checked in the iOS app, and monaca.viewport({w...

1 years ago

1 answers
100 views
0
Select Box Value

Developing web applications in Struts 1.3.So there's something I want to do.Here's what I want to do:1. Use the select box on the form screen (JSP) to display the value from DB.Example ▽   0001 AAA  0...

1 years ago

1 answers
41 views
0
How to embed HTML Service in other sites with iframe

Create a template HTML in Google Apps Script and display it in doGet.Is it possible to specify the URL of the script in iframe and view it from other sites?index.html <html><body> <? va...

1 years ago
« - 93 - »

© 2024 OneMinuteCode. All rights reserved.