script tag

1639 questions


1 answers
116 views
0
How to prevent leakage of consumerKey, consumerSecret of Evernote API

Using monaca, we are developing Evernote apps for smartphones based on HTML5+Javascript.In order to communicate with Evernote's server, OAuth authentication is required using the key (consumerKey, con...


1 answers
66 views
0
How to Write Arguments for the React Typescript Function

Prerequisites/What you want to achieveI want to define a function that the parent component passes to the child component, but I don't know how to write the arguments.Please let me know if anyone unde...


1 answers
52 views
0
Is the Arrow function of es6 the same as the normal function?

const Message=props=>div>{props.msg}</div>and function Message(props){ return( <div>{props.msg}</div> )}Is the same?Can I check somewhere?

1 years ago

1 answers
68 views
0
Swiper.js Collapse Slider Layout

What do you want to doAs shown in the capture below, the active image of the slider is displayed at the center, and the images of the front and rear elements adjacent to the active image are displayed...

1 years ago

1 answers
28 views
0
How JavaScript Uses Caesar Cryptography in Mixed Japanese-English Strings String

I asked you a question because I couldn't use JavaScript to shift Japanese.Although the following code can be used to make English uppercase and lowercase characters, we are looking for a way to use J...

1 years ago

1 answers
27 views
0
Iframe element cannot be retrieved from eventListener load

If you set the event listener in load, getElementsByTagName will not take the iframe element.What should I do?iframeDoc is a global variable.window.addEventListener('load', async function(){ let ifram...

1 years ago

1 answers
75 views
0
Obtain URL after javascript execution

There is an HTML+Javascript page.On this page, videos are played with a video tag, but the URL of the video is set to the video tag by running javascript.I would like to get the URL that will be set i...

1 years ago

1 answers
74 views
0
acquisition of Amazon prices

http://www.amazon.co.jp/dp/4822242633 for the individual Amazon product page.I think there are many ways to extract only the price of the product by using , but how will you achieve this?I would appre...

1 years ago

2 answers
43 views
0
Is there a solution if the SetAttribute of GetElementById does not work?

https://www.paypal.com/myaccount/transfer/buyI just type characters in the ID element text box.webBrowser1.Document.GetElementById(recipient).SetAttribute(value, test@mail);With the above code, you ca...

1 years ago

1 answers
78 views
0
I want to use Sortable in the jQuery UI to get information about the elements even after the li elements are sorted.

I am currently learning programming while creating a Weba application.We use Sortable in jQuery to sort li elements.The source code below is the code that drags the elements to sort them arbitrarily a...

« - 54 - »

© 2024 OneMinuteCode. All rights reserved.