script tag

1639 questions


1 answers
63 views
0
IME Prediction Conversion Control in javascript

From Win10, predictive input candidates are now automatically displayed during text entry.When typing characters into elements with textarea or contentable=true set.Is it possible to hide IME predicti...

2 years ago

1 answers
35 views
0
I want to prevent the javascript of the description from working after pressing the Back button on my browser (on reload).

<script>varflg = true;setTimeout(redirect(), 1000);function redirect() { if(flg){ flg = false; location.href='http://www.yahoo.co.jp/'; }}</script>I wrote the above javascript in index.htm...

2 years ago

1 answers
85 views
0
I want to close a specific socket

This is the person who creates the chat application in NodeJS (SocketIO).We use the following methods to send to specific users:io.to(socket.id).json.emit('message',message);How do I close a socket fo...


1 answers
76 views
0
Understanding Unit Tests for sails.js

I asked a question at the head office, but I would also like to ask a question in the Japanese version.I am currently creating a web application using sails.js.By default, sails.js does not have a tes...

2 years ago

1 answers
118 views
0
Websocket Connection Disconnects Quickly in JavaScript

I would like to connect to the Websocket server via JavaScript, but the connection will be cut off as soon as I connect.If you look at the console, as soon as the page is loaded, you will see Open and...

2 years ago

1 answers
76 views
0
I want to search and add files that do not contain specific characters.

I keep the batches and shell scripts that I have created so far under a certain folder.The first line of the file is written differently depending on the time and person you created it.I'd like to aut...

2 years ago

1 answers
22 views
0
About Google Apps Script Google Forms

He has no programming knowledge.I know this is a poor question, but I would appreciate your help.What I'm trying to create now is Use the Google form as the contact form and forward the call to a spec...

2 years ago

1 answers
129 views
0
Hook the WebSocket function on the WebWorker side

Can I hook the Websocket constructor and onmessage on the WebWorker (Dedicated Worker)?If it is Main thread, you can hook it with JavaScript Proxy, but I would like to do this to Websocket on the WebW...


2 answers
53 views
0
Punishment System in Global Chat Using Discord.js

I use Discord.js to create a global chat.This person made it by referring to the website .So I thought that if you can't mute it, it might get rough, so I asked you a question.Do you know where to det...

2 years ago

1 answers
27 views
0
Force model using d3.js does not work well

<!DOCTYPE html><html lang=ja><style>US>svg{ border —solid1px; } </style><head> <metacharset=utf-8> <title>D3.js (Force Layout) Practice</title></head...

2 years ago
« - 102 - »

© 2024 OneMinuteCode. All rights reserved.