script tag

1639 questions


1 answers
95 views
0
I would like to color the selected text in the site navigation.

I'd like to change the character color of the selected page, which is common in site navigation.What should I do?For example, in the following case, after clicking the company guide, when the company ...

1 years ago

1 answers
126 views
0
I want to include a variable in the property names

I want to put a variable in the property name, but I get an error.The code is as follows.Is there any good way?Thank you for your cooperation.var overrideCtx={}; overrideCtx.Templates={}; for(vari=1;i...

1 years ago

1 answers
46 views
0
Non-Google accounts are no longer able to execute scripts

I tried to protect cells in the spreadsheet with Google apps Script, and when I ran the script below, it didn't enter my Google account, and when I ran the script, I got the following error.Script XXX...

1 years ago

2 answers
72 views
0
Subsequent scripts do not work when object is returned using SQL statement execution results to determine if statement conditions

browsers:IE8sqlserver:Microsoft SQL SERVER 2008The following Javascript functions are called from the ASPX file and processed.If the SELECT result for sqlServer is an [object] that does not exist in t...

1 years ago

1 answers
89 views
0
I want to play a video with an angular expression with a YouTube video ID set in the frame tag.

In the iframe tag, specify an angular expression with a YouTube video ID.I'd like to play a video, is it possible?Currently, I didn't know how to specify the video ID directly, so I have no choice but...


1 answers
64 views
0
When I tried to get an element close to the current node, this.clost("i") could not get it.

HTML can be found as follows: <div class=td> <i class=fa fa-hoge></i> <div class=piyo> <span class=name>Tanaka Tanaka</span> <div class=radio> <div class=r...

1 years ago

2 answers
89 views
0
When I entered only half-width numbers in HTML text onkeydown, the numeric keypad does not work.

Thank you for your help.Windows, VisualStudio 2015 ASP.NET (VisualBasic), .NET Framework 4.6, Local IIS, browsers are developed in Google Chrome, IE, and .Put text (TextBox in ASP.NET, named txtTest) ...


1 answers
72 views
0
When retrieving the req.body element in node.js+express

I am trying to get the Json type data put during node+express from req.body and output the log.JSON.stringify (req.body) So how do we stop __prot__ from being deleted or included in the data?

1 years ago

1 answers
84 views
0
About the monaca quiz app

http://matorel.com/archives/754I also used this site as a reference to create a quiz app, but when I downloaded it to Android and tried it, I could do it on my PC, but the button for the option didn't...

1 years ago

2 answers
109 views
0
I want to get html by iframe, but I don't want to get the contents (css or images) of the html I got.

Tell me about HTML/JavaScript iframe tags.■What you want to doI want to get html from iframe, but I don't want you to retrieve the contents of the html (css or images).■Detailed image①iframe<iframe...

1 years ago
« - 26 - »

© 2024 OneMinuteCode. All rights reserved.