query tag

356 questions


1 answers
122 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
43 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
45 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
44 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
43 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
52 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

1 answers
41 views
0
To check the form input value in a text registration

If the user tries to leave the page while writing, I want to activate beforeunload. I'm not sure how to check whether the form has input values or not.$(#form).on(change,function(){ if (if the form ha...

2 years ago

1 answers
41 views
0
javascript number_format A value different from the expected value is output...

Input value variable price = 6811.15;var strPrice = number_format(parseFloat(price),2);console.log(strPrice); // 6,811,.15Invalid value 6811.15 -> number_format -> 6,811,15Expected value 6811.15...

2 years ago

1 answers
37 views
0
How can I do two actions at the same time with one form and one submit button?

Hi, everyone. If you press one form and one submit button, I want to do two actions at the same time, what should I do?<script>function test(){ document.forms['write_action'].action='Address1'; ...

2 years ago

1 answers
40 views
0
Html changes when clicked, but if you want it to remain when you move the page...

When you click the button you want to change, the color of the button changes and the page moves, but I wonder what I can do to keep the changed color...For example, if you look at the Auction mobile ...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.