script tag

1639 questions


1 answers
110 views
0
I want to fill the background color and character color separately in the conditional format of Google spreadsheet.

I would like to fill the background color and character color separately in the conditional format of the Google spreadsheet.Specifically, the settings like the attached image are


1 answers
31 views
0
I want to add parameters to the destination URL just before moving with javascript.

I would like to take over the conversion tag attached to the URL to the destination.If it is a tag, it can be done by adding it to href in advance, but It cannot be moved by JS.So I decided to adjust ...

1 years ago

1 answers
29 views
0
javascript is not working

I'm a complete beginner.I bought the book this time and immediately moved the sample code, but the javascript part was not reflected at all.The code is as follows.I would appreciate it if you could le...

1 years ago

1 answers
44 views
0
I'd like to sort emails that come to gmail into specific groups in the chat work according to the keywords in the body.

I wanted to distribute the email that came to gmail to the specified group of chat work according to the keywords in the body, so I created it as follows, but it will not be forwarded to chat work eve...

1 years ago

1 answers
102 views
0
How to Stub Process.env in Node.js

I would like to replace process.env for testing purposes.Currently, we are replacing it as follows.Is there a smarter way?describe('test', function(){ beforeEach(function(){ this.env = process.env; pr...

1 years ago

1 answers
78 views
0
Using the javascript, jquery cookie

Please teach me.What should I write and how?What do you want to do?1. Display a list of cookies on the page and I would like to display a message if nothing has been saved yet.(e.g. Not saved yet)2. I...

1 years ago

1 answers
83 views
0
Is it possible to specify more than one clsss for form->error?

cake$this->Form->error('Test.id', null, ['wrap'=>'p', 'class'=>'error-message']);html<div><div><p><input type=text name=data[test][id]id=test_id class=test_class requi...

1 years ago

1 answers
82 views
0
How to pass bound values from view to controller using ng-init

As you can see in the title, I have a question because I am struggling with how to pass bound values from view to controller using ng-init.The assumption is that there are n items_list in one shop, an...

1 years ago

2 answers
29 views
0
String containing double quotation(") gets unexpected identified error

I would like to display the three sentences in the here part of Div without randomly moving the page, but I get an unexpected identified error in the array.Why?<div id=here></div>​ <scr...

1 years ago

1 answers
51 views
0
How do I view images in HTMLservice?

I wrote the following code, but I can't see the image. Why?The image is in Google Photo under My Drive.Code .gs side function getPic(idStr){ varfile=DriveApp.getFileById(idStr); varimTag='; imgTag+='...

1 years ago
« - 43 - »

© 2024 OneMinuteCode. All rights reserved.