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.

jquery
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
21 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
49 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
30 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
58 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
0 votes
0 answers
22 views

Adding style when bootstrap collapse open

I want to add a style to the opened div for my Bootstrap-collapse. My code: <div class="card"> <div class="card-header" id="headingThree2"> <h5 ...
Andreas Thomsson's user avatar
0 votes
0 answers
29 views

ChartJs adding data point between x axis point [closed]

chart image how can I hide the gap between age 6 and 7 and so on but still keep the data point? So basically the Min, Avg, and Max is a yearly data, but the Height is a progress data that would be ...
lucky12020's user avatar
0 votes
1 answer
36 views

Datatables causes table element to disappear, only when deployed [closed]

I have a Django web app which I'm hosting on Heroku, and I'm using the Datatables JQuery library to add extra features to a table. When I run my app locally, it works beautifully. When I deploy on ...
ChuckSteak's user avatar
0 votes
1 answer
37 views

JQuery Select2 dropdown not able to set the text in MVC

I am using the select2 jquery plugin. I was unable to set/assign the text to the select control. I used select2 with trigger function for setting the value. Firstly the control which I have taken is ...
Srikanth Reddy's user avatar
0 votes
0 answers
15 views

JQueryGridView not displaying data on Page_Load, but does on button click after the page loads

I built a new page using my company's JQueryGridView class that extends the base GridView class. The grid needs to display data when the page loads, but this isn't happening for a reason I suspect is ...
AlexBell's user avatar
0 votes
0 answers
16 views

add comma in every 3 character and dot for decimal base on users input in js [duplicate]

i have this problem when i tried to input numbers the return value is this (1,2,3,4,5,6,789.99) i tried this code: <input type="text" name="deir_applied_amnt" class="form-...
mopacs13's user avatar
2 votes
3 answers
104 views

How to trigger event on input date select when value is unchanged?

I am pre-selecting a date on <input type='date' /> and want the user to select a date anyway. If the date selected is the same as the pre-selected value, it does not trigger the change event in ...
Z0q's user avatar
  • 1,778

15 30 50 per page
1
3 4
5
6 7
69191