script tag

1639 questions


1 answers
97 views
0
Flask and javascript

The web page is being implemented through flask.Is there a way to dynamically get the value from javascript on the app of flask?Or is there a way to connect to db in javascript?If you get the value fr...

2 years ago

1 answers
66 views
0
[html, JS] I want to get the contents of another id or change the contents of a specific id dynamically.

Hello! I am a liberal arts student who is studying the front end as a hobby.It is difficult to manage time to study in earnest, so I am studying with my acquaintance in a study method.As a result, the...

2 years ago

1 answers
17 views
0
Special symbols when creating html using javascript

As I attached the image, I just put the arrow as a string with the special symbol on the PC and marked it on the webThe top and bottom directions are bold, but the diagonal arrows are thin Is there an...

2 years ago

1 answers
14 views
0
Replace rear navigation in JavaScript regular expression

const regfix1 = /(?<=\s\S*)\s*/gi;In JavaScript, we created a regular expression like this to assign all spaces except the first space in the specified string. However, the execution environment do...

2 years ago

1 answers
12 views
0
Conditions in JavaScript / if statement?

if (!selectedMarker || selectedMarker !== marker) { // If the clicked marker object is not null // Change the image of the clicked marker to the default image !!selectedMarker && selectedMarke...

2 years ago

1 answers
83 views
0
[javscript][Algorism] Filter Function Question

Hello, the code below is Both the people and tshirts arrays are arranged in ascending order const fp = people.filter(person => { For(let item of tshirts){ // Change the array value if you are look...


1 answers
22 views
0
[javascript] Regular Expression Question

Hello. The code below is when you enter your cell phone numberXXX-XXXX-XXXX, a code that verifies that the number and the number can be connected through -, /, and\.var re = /(?:\d{3}|\(\d{3}\))([-\/\...

2 years ago

1 answers
88 views
0
I have a question about the example of hoisting.

I have a question for Mr. Yamoo!There is an example of hoisting that you used in the lecture [4-24] Variable, Function Hoisting/Scope Chaining at around 7:13 p.m. When I run it, I get undefined. I thi...


1 answers
39 views
0
They say they want to use Syntax Highlighter and only convert and show it when loading the page for the first time. I want to change the html phrase after adding it to the format with jquery.

You are trying to use Syntax Highlighter. The code is written to look like node.js or input window.Once I tested it temporarily, I left it for the first time because it wanted to work out, and now I c...

2 years ago

1 answers
38 views
0
Creating a Repeating Statement

$(.list a:nth-child(1)).mouseover(function(){ $(.cursor li).hide(); $(.cursor li:nth-child(1)).show(); });How can I write that nth-child(1) part to keep repeating as the number increases by 1?

2 years ago
« - 129 - »

© 2024 OneMinuteCode. All rights reserved.