query tag

356 questions


1 answers
129 views
0
I'm going to create an image gallery, and I'd like to ask you a question about thumbnail capacity and how to save it!

We are creating a website with a basic gallery structure that gathers thumbnail images and makes the image appear larger when you click on the thumbnail. Currently, thumbnails are imported from the sa...


2 answers
119 views
0
I have a question about HTml responsive image

https://jsfiddle.net/84e7vL9n/8/ If you look here, a small circle appears, and there's an image of a square on the back As I put in the animation, the same raw parts of the small image and the large i...

2 years ago

2 answers
137 views
0
Questions about using setTimeout, setinterval

setTimeout(function() { $('.sub_txt_wp01').find('.a').addClass('on');}, 1000);setTimeout(function() { $('.sub_txt_wp01').find('.b').addClass('on');}, 2000);setTimeout(function() { $('.sub_txt_wp01').f...


3 answers
40 views
0
What is the least loaded method when using jquery?

1. Save directly to directory and declare<script src=/dir/jquery-1.10.2.js></script>2. Declaring http path calls<script src=http://code.jquery.com/jquery-1.10.2.js></script>Bef...

2 years ago

1 answers
71 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
43 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
45 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

1 answers
45 views
0
I'm in a hurry to ignore javascript case lettersIf there is a web god, please help me(Crying)

<li><a><img src=img/location/airport.png><<h3> Where is the airport?</h3><h3>Where is the airport?</h3></a></li>$(document).ready(function () {...

2 years ago

1 answers
42 views
0
Is there a time when it takes a long time to change the path of the image with jquery?

Is there a time when the delay takes a long time while changing the path of the image with jquery by attr('src','asadsa')? If you keep changing the image path too quickly, you can see that it changes ...

2 years ago

1 answers
103 views
0
If you press the button, the ui disappears

Display : I set about 4 tags of a to fixed ui with scroll.It was so annoying that I also made another ui with a tagIf you press the button, it covers the fixed ui, and if you press it again, I want to...

2 years ago
« - 28 - »

© 2024 OneMinuteCode. All rights reserved.