jquery tag

340 questions


1 answers
37 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
39 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
36 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
98 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

1 answers
105 views
0
I'm asking about getting a MAC address

When accessing a specific web page with a smartphone, check for specific Wi-Fi access Only users who have accessed a specific Wi-Fi can access the site, and at the same time, check the mac address of ...

2 years ago

2 answers
37 views
0
I would like to ask you to deactivate the text when the html check box is released.

Hello, I'm writing because I have a question.I want to deactivate the text box under the check box if I release the check box as shown below, but I am writing this because I am curious about how to do...

2 years ago

1 answers
35 views
0
JavaScript: Receive as File Object via URL

Hi, how are you?I'm writing down the questions because it's ambiguous to ask. Status is PDF files are available through the URL.Take this URL path and Can I put it right away as a File object?Well, if...

2 years ago

1 answers
36 views
0
Image hover Color Change Problem

There are three images with different colors, and when you hover the mouse on the image, it changes to a certain valueA Attempt to knit the code back to its original color on the mouse rib.var strong ...

2 years ago

1 answers
36 views
0
Wouldn't it be good to refactorize the repetitive part with JavaScript when writing HTML?

Web page has been created in HTML.Because the page structure is simple, there are many repetitive structures, so the regular repetitive parts are written to be repeated with javascript or jquery. For ...

2 years ago

2 answers
45 views
0
How to handle beforeunload events while writing

You can handle it like this when you leave the window. $(window).bind(beforeunload, function (e){ You may lose the content of return. Would you still like to go out?;});How do you handle an event if y...

2 years ago
« - 27 - »

© 2024 OneMinuteCode. All rights reserved.