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
9 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
16 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
23 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
28 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
1 vote
1 answer
59 views

Wrap all elements between two elements regardless of what they are without having to add classes

I'm trying to wrap all of the elements between two headings regardless of what they are without having to add classes. Example: $(document).ready(function() { $(".axxs-accordion > :header")....
DeanH's user avatar
  • 515
0 votes
0 answers
33 views

Jquery/JavaScript: Make Elements Appear in Order

I want to create an effect, where when a user scrolls to a certain Div, elements within it appear in order, starting from the left-most element to the right-most. I've been successful with just making ...
AhuraMazda235's user avatar
0 votes
1 answer
46 views

Make Bootstrap non-closable modal closable again

I'm using this code to make a Bootstrap 3.4.1 modal non-closable -- to not allow the user to click outside the modal or use Esc to close it, while still allowing the normal .modal("hide") ...
Alex's user avatar
  • 35.6k
0 votes
0 answers
42 views

DataTable values are getting the default values (initially loaded values) when we click on the dropdown icon of DataTable in ASP.NET & C# using jQuery

I'm very new to this DataTable logic implementation concept and I have append the data to the DataTable and append successfully and in that DataTable controls I have written some event logic (ex: ...
ashok's user avatar
  • 359
0 votes
1 answer
65 views

How to Update the Contents of a Dropdown Based on the Selection of Another Dropdown

I am trying to update the contents of a particular dropdown box, based on the selection of another dropdown box. The contents of these boxes is coming from tables in an MSSQL database. Basically, I ...
kingklick's user avatar
-1 votes
2 answers
35 views

jquery how do you concatenate a variabe to an id [duplicate]

I want to delete a div with a dynamically created id. i capture the id via the attr i.e var rowToDelete = $(this).attr('data-name'); I then tried this: $(# " + rowToDelete + ").remove(); ...
Paul Kendal's user avatar
0 votes
0 answers
15 views

FixedColumn Not Functioning in DataTables

I am a total noob when it comes to web design and would like to create a datatable with a fixed (frozen) left two columns. I am reading in my data successfully from a JSON file and the information is ...
skolves's user avatar
0 votes
3 answers
80 views

Bring child on top of stacking sections

I want .square div to be always on top, so visually it seems like the next section with its own .square is sliding up and the .square stops exactly in the position of previous section's square. The ...
Greg Bialowas's user avatar
-2 votes
0 answers
30 views

$post in JQuery inconsistently not working for Apple devices [closed]

I have a script that's processing a form, and doing a $post at the end to pass some variables to a PHP script which then sends me an email with the variables. For Apple users specifically (doesn't ...
Kayla's user avatar
  • 1

15 30 50 per page