script tag

1639 questions


1 answers
37 views
0
I want to record folder tiers on Google drives

I want to record the folder hierarchy of Google drives, but I can't think of a good way.The purpose is to periodically record the ID of an item in a shared folder and restore it from Google Apps Scrip...

1 years ago

1 answers
50 views
0
In the c#ASP MVC5, the JS file is arranged in an arbitrary folder and used in the cshtml file.

Suppose you have the following folder configuration:Any folder name 1 

1 years ago

1 answers
102 views
0
difference between getActive() and getActiveSpreadsheet()

I am currently studying to make various things using Google Apps script.I'm trying to manipulate the sheet with a spreadsheet, but I have a question after seeing the reference.In the SpreadsheetApp cl...


1 answers
31 views
0
How to write variables in JavaScript variable substitutions

Sorry for the rudimentary question.I would like to send and receive values between html files, but there are various restrictions and I can't use webstorage and cookies, so I decided to attach paramet...

1 years ago

1 answers
94 views
0
I want to delete id attribute of element

I have a question about deleting attributes.Below is an html statement.I'd like to delete the id=newsite in the tag using javascript, what should I do?I look forward to your kind cooperation.menu.html...

1 years ago

1 answers
75 views
0
I want to include csv in my spreadsheet with UTF-8

SHIFT-JIS saves the local CSV file, so it gets garbled when you import it into Google spreadsheet.I would like to add a code to the following GAS script that you told me in the related question I aske...


2 answers
91 views
0
Obtain HTML from other sites via ajax

I want to use ajax to get Html from other sites, but an error occurs in the cross domain.I thought I could get it with jsonp, so I tried using the code below.$.ajax({ url: 'https://hoge.jp', dataType:...

1 years ago

2 answers
142 views
0
How to Compare Files with Commands and Extract Mismatched Records

[Contents] In the command, compare Files listing IDs with csv containing IDsI'd like to extract a record of IDs from csv that are not listed in the Files Enumerating IDs.[Example] Files enumerating ID...


2 answers
35 views
0
What is the internal processing of the reference delivery?

I don't understand why the reference point for both list2 and list2 has changed with the code below.Note: I am not familiar with C#.private void TestMethod(ref List<String>list2){list2 = new Lis...

1 years ago

1 answers
38 views
0
Expected value not set when sync event fires in Backbone.Model

In the combination of Backbone.js and Backbone.Marionette, the following code is written: varModel=Backbone.Model.extend({ url: 'Any URL', dataFetch:function(){ This.fetch() .fail(alert('error!!)'))...

« - 80 - »

© 2024 OneMinuteCode. All rights reserved.