jquery tag

340 questions


1 answers
346 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
322 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
347 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
288 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
412 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
343 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
96 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 answers
76 views
0
jquery implements smooth scrolling, using string with pure code in id causes error

It implements smooth scrolling using jquery.Here's the code: $(function(){ $('a[href^=#]').click(function(){ var speed = 400; var href=$(this).attr(href); var target=$(href==#||href==?'html':href);...

1 years ago

1 answers
63 views
0
Understanding Variable Definitions in jQuery

I'm studying jQuery.When defining a variable, the variable name may or may not be $, but What are the differences?

1 years ago

1 answers
71 views
0
In-page scrolling does not work properly when the link is pressed on the smartphone menu created by hiraku.js.

Prerequisites/What you want to achieveI am using the js plug-in hiraku.js to create the drawer, but the link on the smartphone menu is strange, so I am having trouble.If you have used hiraku.js, or if...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.