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
1 answer
45 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
39 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
1 vote
1 answer
55 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
31 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
76 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
0 votes
0 answers
22 views

JQuery Autocomplete function is triggering multiple times

I need to set a search bar in my code where it will retrive the data of the products present in the database.Here in the same project they have used the exact code to do the product search I used that ...
Guru1804's user avatar
0 votes
0 answers
20 views

jquery how to get element by name that comes from a variable, and check if element is hidden

I have a list of checkbox, with each checkbox element having a corresponding text input element. The text input is hidden initially. Upon clicking the checkbox, the corresponding text input will be ...
sdssrr's user avatar
  • 9
-1 votes
1 answer
44 views

Disable other checkboxes with specific word when one checkbox with same is checked

I have using following code to create dynamic checkbox fields.... and storing batch unique ids as comma separated values in database for specific user... <?php // Fetching values from mysql ...
Dr M L M J's user avatar
  • 2,385
1 vote
2 answers
48 views

How to append List to FormData in JQuery?

I get model's values from view with this codeblock and this part is OK. var data = new FormData(); var datas = $(this).serializeArray(); for (var i = 0; i < datas.length; i++) { data.append(...
user26029025's user avatar
-4 votes
1 answer
74 views

How to parse date from data after page loading

After page loading, the html rendered is like that <h3>Lorem ipsum dolor sit</h3> <p>Meeting scheduled for 7/19/26, You should receive the email confirmation shortly.</p> <...
user3376865's user avatar
0 votes
2 answers
29 views

JS of my special page extension in mediawiki not loading only on smartphone

On my wiki I made a special page that display recent changes in a pinterest style. Fort the image, it fetchs them using mediawikiParserOutput as a thumb 100px and then with js, I fetch the big images ...
aphfug's user avatar
  • 11
2 votes
1 answer
54 views

Clear WooCommerce Custom Fees on shipping method change

I'm implementing some additional fields and fees on the Woocommerce Checkout Page depending on the chosen shipping method. I'm stuck when I try to clear all fees when user changes the chosen shipping ...
user520300's user avatar
  • 1,527
-2 votes
0 answers
57 views

Styling Bootstrap 5 datalists [closed]

I'm aware that bootstrap datalists don't have custom css support. And yes, I am aware that trying to comes with a few problems. That been said, I did it :), because I had a huge amount of options that ...
LauNR13's user avatar

15 30 50 per page