jquery tag

340 questions


1 answers
32 views
0
I have a question about scrolling horizontally in mousewheel.js.

Create a horizontal scrolling web site and do the scrolling process http://www.webopixel.net/javascript/421.htmlI made it by referring to the above site (copy the code).If the speed is set to 50, the ...

1 years ago

1 answers
38 views
0
I want to solve the problem that the close button (X) does not return to the original hamburger button (three lines).

What do you want to do[jQuery Hamburger Menu] I would like to return the close button (X) to the original hamburger button (three lines)Status DescriptionWe have a hamburger menu in jQuery.If you clic...

1 years ago

1 answers
40 views
0
I want to keep the aspect ratio and display the block elements so that they fit in the display area.

It's just like the title.For example, if you want to display a 2:3 box It is easy to change the size to match the width of the browser while maintaining the aspect ratio.Depending on the height of the...

1 years ago

3 answers
39 views
0
Want to take action when scrolling through pages in jQuery/JavaScript

At the time of scrolling the page, the object is moved and transmitted according to the scrolling distance.I would also like to know a concise example of the parallax effect.

1 years ago

1 answers
36 views
0
border specification for

Hello, I am studying HTML, CSS, and jQuery.I am writing to ask you a question because there were some things that I didn't understand when I was browsing the jQuery study site for beginners.The questi...

1 years ago

1 answers
38 views
0
I want to preview and display the selected image on the jQuery image upload screen.

There are two image input forms, Image 1 and Image 2, and I would like to preview the selected image, but if I select the image, the same image will be previewed on both Image 1 and Image 2.What shoul...

1 years ago

1 answers
89 views
0
How to eliminate the difference between monaca debugger and built app in Evernote app

We are developing Evernote apps based on HTML5+Javascript on the monaca platform.Implemented by referring to the GitHub sample code that was linked from above Evernote's website.https://github.com/eve...


1 answers
45 views
0
To detect when a user moves back in a web browser

I want to give you an alert when the user goes back in the web browser.How can I detect it when I go backwards?

1 years ago

1 answers
48 views
0
How do I check whether the element is hidden or invisible in jquery?

You can see and not see elements in jquery with a .hide(), .show(), or .toggle(). Then, how do I know if I can see the element now or not by using jquery?

1 years ago

2 answers
42 views
0
To check if an element exists in jQuery

For example, if you add an element with .append(), how do you check if this element exists?`$('elemId').I did it with length, but it doesn't work.

1 years ago
« - 23 - »

© 2024 OneMinuteCode. All rights reserved.