Skip to main content

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
1 answer
35 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
19 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
15 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
-6 votes
0 answers
21 views

Making my custom PHP pages editable in wordpress for nonprofit (guidance) [closed]

0 I have built a website in PHP, Bootstrap, CSS, JQuery, and HTML. I need to make it into an editable wordpress site for a nonprofit group. I have tried multiple methods. I tried making it in block ...
Joshua Wise's user avatar
-5 votes
1 answer
27 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
6 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
0 votes
0 answers
7 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
16 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
11 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
25 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
29 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
37 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
33 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

15 30 50 per page
1
2 3 4 5
68959