script tag

1639 questions


1 answers
127 views
0
I don't want to mention it when I reply in discord.js.

When I executed the code below, the message was replied, but it was mentioned.Please tell me how someone won't mention it.v13.message.reply({ content: hoge allowedMentions: { parse —[ ] } })

2 years ago

2 answers
18 views
0
I want to inherit the variables created in classA constructor to ClassB and use them.

How do I write the code to use the variables I used in ClassA in JavaScript in ClassB?class A { constructor{ This.A }}classB{ constructor{ This.B } method{ // I want to use classA constructor varia...

2 years ago

3 answers
40 views
0
Want to take action when scrolling through pages in jQuery/JavaScript

At the time of scrolling the page, the object is moved and transmitted according to the scrolling distance.I would also like to know a concise example of the parallax effect.

2 years ago

1 answers
102 views
0
I am creating a todo list in vue.js, but I want to add an editing function.

What do you want to solveI am creating a todo app in vue.js, but I would like to be able to edit the todo that I created.Problems/errors encounteredI tried many things.There are currently no errors, b...

2 years ago

1 answers
74 views
0
Information About Controlling File Dialogs on Web Sites That Require Login

The development environment is server OS:Raspberry Pi OSserver side:Python(Django)client side:HTML+JavaScriptYou are creating a website that requires password login.If the operation is not performed f...


3 answers
39 views
0
Create a key union type with keyof typeof from an object that specifies the type of value

There is an object of type value.export type SingleTextEditorParamList={ title:string; value:string | undefined; onSubmit:(text:string)=>Promise<void>; note?—React.ReactNode;};const SingleTex...

2 years ago

1 answers
40 views
0
Understanding Thumbnail url Retrieval Regular Expressions

We are currently trying to get the url of thumbnails from the RSS of Tena Bookmark using regular expressions.<!DOCTYPE html><head> <metacharset=utf-8></head><body><div...


1 answers
91 views
0
How to eliminate the difference between monaca debugger and built app in Evernote app

We are developing Evernote apps based on HTML5+Javascript on the monaca platform.Implemented by referring to the GitHub sample code that was linked from above Evernote's website.https://github.com/eve...


1 answers
34 views
0
About Google AppsScript Project Trigger Settings Defects

Code created by the Script Editor function of the spreadsheetFailed to run at the time set in Triggering Current Project On November 5, 2018, I clicked Triggering Current ProjectThe G Suite Developer ...

2 years ago

1 answers
81 views
0
How do I make store searches work with WordPress?

I use WordPress to build a corporate site.I'd like to create a store search function like foodpanda.co.jp.I searched the plug-in, but I couldn't find a way to do that.Does anyone know how to do that?T...

« - 116 - »

© 2024 OneMinuteCode. All rights reserved.