340 questions
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...
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...
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...
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...
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...
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...
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...
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);...
I'm studying jQuery.When defining a variable, the variable name may or may not be $, but What are the differences?
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 - | » |
© 2024 OneMinuteCode. All rights reserved.