query tag

356 questions


1 answers
111 views
0
There is a problem that the height of the slide content is different, resulting in a margin!! What should I do?crying

Like this, Every time I click step, the division slide goes over, and the content eats the highest height value as a wholeRelatively short content creates a margin at the bottom, and I don't know how ...

2 years ago

1 answers
51 views
0
I just want to block some scrolling on my mobile.

<body><!-- with scroll --> <div style=position: fixed></div><!-- With and Without scrolling --></body>For example, when I'm like this,If div does not scroll or if y...

2 years ago

1 answers
40 views
0
jquery $(".classname").Which Javascript grammar has the same meaning as html("test_text")?

$(.classname).html(test_text);In this way, we stacked text in html in the class using jquery.I want to avoid using Jquery grammar as much as possible, but javascript can stack strings in the class wit...

2 years ago

1 answers
77 views
0
Dynamic tag generation question.

// Please fill it out here <!DOCTYPE html> <!-- Mobile Web Page Settings --> .fileBox .fileName {display:inline-block;width:190px;height:30px;padding-left:10px;margin-right:5px;line-he...

2 years ago

1 answers
44 views
0
javascript, click I want to get text from the event

Hello, I am a first-year developer who is developing the web.We are developing using Python Flask framework and Jinja template. Below is the html source code....<body><div id=parent_of_displa...

2 years ago

1 answers
44 views
0
Is there a way to end the entire setInterval running on the javascript screen at once?

JavaScript is using the timer using setInterval.Due to the nature of the screen, I'm using several. After Ajax communication, can all setInterval currently operating on the screen have a clearInterval...

2 years ago

2 answers
64 views
0
Error executing jquery in Bashscript

When you run the script by inserting the html code into the bash script,Simple code from which html files are created. Google charts are also loaded well, but if you just write in jquery, the followin...


2 answers
48 views
0
Uncaught referenceerror $ is not defined Error Resolution

$(#search) when the code is executed. on the autocomplete line 'uncaught referenceerror $ is not defined' An error occurs. I understand that the reason for the error is that the jquery has not been lo...

2 years ago

1 answers
43 views
0
Question how to use javascript variable for php.

var opt = $('#optSelect option:selected').val();var index = $(#optSelect option).index($(#optSelect option:selected));var price = <?= = $optionPrice[0];?>;If you look at the var price, I want to...

2 years ago

1 answers
39 views
0
How do I know that the keyboard enter is pressed in jQuery?

How do I know that the keyboard enter is pressed in jQuery? Is it possible? Or should I install a plug-in?I know I have to use the keypress() function, but I don't know how to use it.

2 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.