jquery tag

340 questions


1 answers
72 views
0
The bootstrap modal cannot be scrolled on iOS devices.

We have created a system that allows you to search within modal on bootstrap3.Send the contents of the text box to PHP via Ajax and receive the results via Json.I will display the contents within the ...


4 answers
38 views
0
I want to filter elements by delete system (on/off) in jQuery.Query.

For example, if you do the following for jQuery's delete system (on/off), the click event will be triggered even in <form>. var selector = 'a, form';$(document).on('click submit', selector, func...

1 years ago

1 answers
38 views
0
Event Occurs When Youtube iframe Seeker Clicks

I wrote the following code because I wanted to create an event when I clicked on the seek bar in a scene like the image, but it doesn't work well.Is there a way to generate an event when clicking Seek...

1 years ago

1 answers
83 views
0
How to Retrieve Draggable Elements in jquery-ui

How do I get the dragable element in jquery-ui?<div class=draggable>1</div><div class=draggable>2</div><div class=draggable>3</div><div class=draggable>4</...


2 answers
81 views
0
What does the word "@" in "self=@" mean?

I am reading the jQuery plug-in written in CoffeeScript, but I do not understand the description of @.What does it stand for?self=@Also, what does @ mean in Javascript and jQuery?Even if I look for it...


1 answers
43 views
0
I want to create a button to change the order of the elements in the table.

I'd like to write a button process in jQuery that moves the top element to the bottom as shown below, but how should I write it?I would appreciate it if you could let me know. 1 2 32   3   43 → 4  → 5...

1 years ago

1 answers
42 views
0
I want to display the menu list from the beginning in the drop-down jquery [Slimmenu] for smartphones.

This is a jquery where you can have a drop-down menu for smartphones.http://adnantopal.github.io/slimmenu/If the width is less than or equal to the set width, the side-by-side menu will be changed to ...

1 years ago

2 answers
39 views
0
Additional jquery class

This is a question from jquery.I would like to automatically add class only when <br> is attached to the html below. What should I do?I want to add three classes.<ulid=menu><li><a...

1 years ago

1 answers
33 views
0
Error with parameter to change event receiving unintended data.

There is a combo box called payment date on the screen, and the value is set to the value obtained from DB processing.After setting it up, the initial value is to display the value processed by the se...

1 years ago

1 answers
46 views
0
I want to create a menu bar that can scroll horizontally indefinitely with CSS.

I would like to create a menu bar that can scroll horizontally indefinitely with CSS.Instead of automatically scrolling, I would like to create something that moves manually.I've looked into many thin...

1 years ago
« - 17 - »

© 2024 OneMinuteCode. All rights reserved.