query tag

356 questions


1 answers
343 views
0
If the number of element B is smaller than the number of element A, I want to make a decision on element C.

If the following budget (class=budget) exceeds the cost (class=cost), I would like to submit a decision (class=result) as over-budget in the decision (class reresult), but it doesn't work.I look forwa...

1 years ago

1 answers
431 views
0
I want jQuery to allow me to select only the most recent element when I select an element in the *:contains('AAA') selector.

<table><tr><td>AAA</td></tr><tr><td>BBB</td></tr></table>If there is HTML, In jQuery$(*:contains('AAA')).addClass('hoge');In that case, clas...

1 years ago

1 answers
364 views
0
I want to change the image I clicked.

I would like to change the image I clicked using callback function and animation.With the code below, when I click on the image in the list, the animation is applied, but the image shows the initial v...

1 years ago

1 answers
334 views
0
I want to do the action of fading in and out of the image when I press the button.

I'd like to try to fade in and out the image when I press the button, but it doesn't seem to connect well.I think I need an id, but how should I type it?The following are the current conditions.As I a...

1 years ago

1 answers
394 views
0
A logic that uses SQL to link the IDs of the same users of multiple systems and shake them.

For each unique user ID in multiple systems, we would like to use a unique ID to link the same user ID.I'm having a hard time deciding what logic to use in SQL, so could you give me some advice?There ...

1 years ago

1 answers
371 views
0
The accordion on wordpress does not work.

Prerequisites/What you want to achieveAccordion Implementation on the Web Site problems/error messages you are experiencingClick on the question to see/hide the answer.It doesn't happen for some reaso...

1 years ago

1 answers
309 views
0
Larvel+jquery I want to be able to get the id of the listed data on the console side of js.

The ultimate goal is to use Ajax to delete the listing button, which is asynchronous and can be removed from the UI.As a preliminary step, we would like to implement a function that can only be delete...

1 years ago

1 answers
444 views
0
I want to put out a border when I mouse hover on jQuery.

I want to put a border on the span tag when I hover, but it doesn't work.What should I do to make it work?<ul class=nav> <class=nav-item>a class=navbar-link href=/xxx.html>span class=li...

1 years ago

1 answers
366 views
0
How to get the name of the YouTube channel in Tampermonkey

Prerequisites/What you want to achieveI want to be able to see only certain channels on youtube, so I try to get the name of the youtube channel on Tampermonkey (Javascript) and move the code to close...

1 years ago

1 answers
124 views
0
Uncheck by scrolling through the page

I have a question about HTML&CSS, JavaScript.I would like to uncheck input when I create a menu for my smartphone in HTML&CSS and JavaScript and scroll through the page.I detected a scroll in JavaScri...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.