Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [jquery]

jQuery is a JavaScript library. jQuery is a popular cross-browser JavaScript library that facilitates Document Object Model (DOM) traversal, event handling, animations, and AJAX interactions by minimizing the discrepancies across browsers. A question tagged jQuery should be related to jQuery, so jQuery should be used by the code in question, and at least jQuery usage-related elements must be in the question. Consider also adding the JavaScript tag.

0 votes
0 answers
16 views

Lexical scope issues when assigning event methods [duplicate]

I would like to create a Javascript class that provides various methods for storing and manipulating data (ex.: a simple counter). When constructed, the class would also create DOM elements that ...
Andrew Plowright's user avatar
0 votes
1 answer
31 views

Quill 2.0 Localization

I am using the new Quill 2.x WYSIWYG editor. I would like to implement localization. How to approach this? I find nothing detailed in the Knowledge Base. BTW: <link href="https://cdn.jsdelivr....
Simon Giesen's user avatar
-1 votes
1 answer
38 views

How to get exactly the same div elements order in my jQuery converted code from a working mootools code?

I am trying to convert a working mootools code into jQuery equivalent. Code is for a sticky sliding menu on top of web page and the conversion is needed just because the same code is to be used in a ...
secarica's user avatar
  • 619
0 votes
1 answer
38 views

I want to make only border top and border bottom to a doughnut chartjs

Problems : I have the border left who add an triangle border left and right And i have the natif problem of responsive legend size, i want to add css on segment but not on legend of this segment. ** ...
amrane97's user avatar
2 votes
1 answer
65 views

How to write text in the clipboard in BOLD format using Javascript?

javascript:(() => { navigator.clipboard.writeText("From : \n Info : \n Resp : "); })(); I am trying to write predefined data in the clipboard directly in bold format whenever I ...
Shadow of death 's user avatar
0 votes
0 answers
82 views

How can I set parameters inside clouser

I have a function that gets a parameter callId I checked here and in the first log I get the result "Initializing calendar with ID: 1" But for the second log I can't get the ID "Select ...
Dmitry's user avatar
  • 15
0 votes
0 answers
48 views

Refilling a form with saved user selection

In my application I have a form that initially has default values. The user can choose other selections in the form. The user can also save the selections into localStorage by clicking the Save ...
Youssef Ismail's user avatar
0 votes
0 answers
28 views

JQuery - How to append to element during each iteration of a loop

This is a question that seems to have been asked a number of times here by different people using a number of different coding languages, but no one seems to have come up with a clear definitive ...
Graphic Detail's user avatar
-5 votes
1 answer
39 views

Convert jQuery to Javascript Read more, read less

I need help with my jQuery code. I was able to make it work for the read more and read less script, but I am unable to make it work on javascript code or vanilla js code. I hope you can help me with ...
Jamez C's user avatar
0 votes
0 answers
8 views

Setting On in dropdown semantic ui don´t work

I'm trying in my dropdown, which already works, allowing it to only perform the search when the "Search" button is clicked. I saw in the semantic Ui documentation that there is an "On&...
Matheus Carvalho's user avatar
-1 votes
0 answers
13 views

Amsify Suggestags Doesn't work on modal bootstrap

I use the amsify suggestags plugin to provide more than 1 option, but when amsify is used in the bootstrap v 5.3 modal the amsify list is not visible and looks like it is under the modal I want to be ...
Jcmarsell's user avatar
0 votes
0 answers
11 views

Popup Closes on Next Month Click and Repositions Incorrectly in JSP

enter image description here I'm encountering an issue with a datepicker in my JSP application. When I click to navigate to the next month, the main datepicker popup closes unexpectedly. On the second ...
Josmi Joseph's user avatar
0 votes
0 answers
20 views

jQuery UI datepicker month select box opens and closes immediately inside Bootstrap 5.3.3 modal for firefox browser

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker in firefox browser where I can't use the month select box because something closes it immediately after being open. Steps ...
Irfan khan's user avatar
0 votes
0 answers
22 views

How to restrict past time selection in jquery-clockpicker.min.js

When I am open the clockpicker at that time past time also show, so i want to disabled the past time based on current time. If my current time is 4:00 PM so inside the clock picker disabled before 4:...
Keval Maisuriya's user avatar
1 vote
0 answers
27 views

"AJAX Request Not Working: Listener Indicated Asynchronous Response but Message Channel Closed" Unsure where to go from here [closed]

I'm working on a simple search functionality using jQuery and AJAX. The script is supposed to send a POST request whenever the user types in the search box and display the results in a div below the ...
George N.'s user avatar

15 30 50 per page