script tag

1639 questions


1 answers
42 views
0
Obtain the name of the input at the time it is entered in input.

I am currently practicing JavaScript.I use jQuery below.<script src=js/jquery-3.2.1.min.js></script>I would like to obtain the name of the input when the text is entered in the input text ...

1 years ago

1 answers
66 views
0
How to install and use the library of js in npm in ionic.

Library of Social Shares jsocialsI am trying to use .npm install jsocialsI installed it in , but I don't know how to use it after this.The documentation shows how to use jsocials as follows:<!DOCTY...

1 years ago

1 answers
81 views
0
I can't open the jpeg file saved in screenshot of Puppeteer.

Running Puppeteer in node.js.I accessed Google's top page with the following code and saved the screenshot as a jpg file.const supplier=require('puppeter');browser = wait supplier.launch({headless:fal...


1 answers
65 views
0
Error substituting bash for special variable

When you use bash to move sample.sh below, an error is generated with a special variable that substitutes the variable.Probably because it is treated as a string, I don't think I can pull the argument...

1 years ago

1 answers
36 views
0
Only open items when entering from the accordion menu

I set the menu to open and close in the accordion menu, but I left only the items I entered open and How do I keep the other menus closed?http://www.dataplan.jp/blog/css/3127I'd like to use this site ...

1 years ago

1 answers
20 views
0
I want to give the class name to the iframe tag of the advertisement installed on the site.

·I would like to give the class name to the iframe tag of the advertisement installed on the site·How should I write it?·Do I need to wait for iframe to appear?·iframe.className=hoge?·AddClassName is ...

1 years ago

1 answers
33 views
0
The number of items registered in the monaca backend collection is displayed, but no details are retrieved.

var Place=monaca.cloud.Collection(place);varCriteria=Place.find('name==Monaca, {propertyNames:[title, body, limit:5});Place.find(Criteria, _createdAt DESC, {propertyNames:[title, body, limit:5}).done(...

1 years ago

2 answers
88 views
0
Node.js catches only MongoDB unique constraint errors

I am using TypeScript.I would like to determine the following unique constraint error. What should I do?Looking at the type definition of the MongoError object, it seems that there are only the messag...


1 answers
20 views
0
Understanding Class Inheritance in javascript

I'm a beginner at javascriptI would like to inherit the Array class of javascript and create a new class of my own class.Previously, I inherited ArrayList in Java and created it, so I wrote the follow...

1 years ago

2 answers
42 views
0
When I submit the form by GET, I would like the URL ?search=xxx to be /search/xxx.

Search results page URL http://example.com/?search=search stringFrom Parameter Format to http://example.com/search/ search stringWe received a request from the other party that we would like this form...

1 years ago
« - 95 - »

© 2024 OneMinuteCode. All rights reserved.