script tag

1639 questions


1 answers
444 views
0
I want to put out a border when I mouse hover on jQuery.

I want to put a border on the span tag when I hover, but it doesn't work.What should I do to make it work?<ul class=nav> <class=nav-item>a class=navbar-link href=/xxx.html>span class=li...

1 years ago

1 answers
459 views
0
GNU nano opens when I set up the crontab, but I want to change it to VS Code.

I want to change the text editor that opens when setting crontab to VS Code Insider version, so I added the ShellScript below to ./profile, but GNU nano will open.Please tell me how to change the text...

1 years ago

1 answers
366 views
0
How to get the name of the YouTube channel in Tampermonkey

Prerequisites/What you want to achieveI want to be able to see only certain channels on youtube, so I try to get the name of the youtube channel on Tampermonkey (Javascript) and move the code to close...

1 years ago

1 answers
225 views
0
Variables declared outside the if statement cannot be used inside the if statement.

I created the class below, but I want to substitute the thumbnailIMG declared outside the if statement inside the if statement, but the value is not substituted.I just started writing code in javascri...

1 years ago

1 answers
411 views
0
Nxt.js (Vue.js) + typescript code has some incomprehensible parts

<nuxt-link> and some code using the to attribute did not make sense, so I would like to ask you a question.Below is the nuxt-link.Bind the to attribute and pass the to (argument 1, argument 2).&...


1 answers
428 views
0
Recruiting a good way to write TypeScript that defines the type of HH/MM as '01' | '02' | '03' | ... | '60'

time{ HH:string MM:string}Assume that there are objects such as , and that HH and MM are retrieved from the API as strings.I would like HH and MM to be able to substitute only the zero embedded string...

1 years ago

1 answers
375 views
0
Create action to display warning and exit when true is received in shell script if branch

I would like to check the contents of the hoge file and decide whether to finish or not.·Procedure for the confirmation process you want to createDetermining if the first line of the 22-24 line of the...

1 years ago

1 answers
337 views
0
I want to determine what is being checked in multiple check boxes.

Ideally, if 1 is checked, the console log displays 1 checked.When 1 and 3 are checked, the console log displays 1 and 3 checked.Once 1 and 2 and 3 are checked, I would like to make a check decision li...

1 years ago

1 answers
212 views
0
I want to process the style change after it is reflected on the screen.

I am writing a script to read and print excel in the browser client script (javascript).I'd like to pop up a display like Processing... because it takes time from the start of the excel application to...

1 years ago

2 answers
285 views
0
It's a Google browser, but Mozilla appears on browserName.

var name=navigator.appName;console.log(name)I wrote the javascript code and ran it on Google browser, and it said Mozilla.Is this correct?Is there something wrong?

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.