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.

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

How can I find out from which object the event was called?

I want the event to work only on mouse click, how can this happen? I use jqwitgets grid, this event I use for the grid is triggered when I select a row with the mouse. $(document).on("rowselect&...
Mert Buyukeryılmaz's user avatar
0 votes
1 answer
31 views

How can I init an editor on a textarea added dynamically in jQuery?

I have a form where I can add many textareas as I want when I click on a button. Each textarea must be a ckeditor. I managed to init the existing textareas but I don't know how to do it for ones added ...
Eve's user avatar
  • 804
0 votes
2 answers
25 views

Searching input of table's items messing with table's pagination

I have a table that divides the its items per 20 lines and, above the table, a searching input to filter items that matches the written words. Both the tools works ok alone. I can navigate through ...
Raul Beltrame's user avatar
0 votes
1 answer
31 views

Uncaught ReferenceError: javascriptFunction is not defined at HTMLAnchorElement.onclick exception

I try to implement a simple calendar in ASP.NET MVC 4. Its aim is to view a day and schedule meetings among different units of an organization. I am getting "Uncaught ReferenceError: GetDayViewJS ...
tahasozgen's user avatar
-3 votes
1 answer
64 views

What's the purpose using the assignments symbol in if statement? [duplicate]

Most responses indicate the symbol = is used as an assignment operator. Indeed, this aligns with what I've learned while studying programming. I encountered this issue when using SonarQube scanning ...
Hsinhsin Hung's user avatar
-1 votes
1 answer
58 views

Filter Data Based on Time

How can i filter the data based on time. using oracle database, asp.net web form and query. oracle database outtime column datatype is date. Pls help HTML <!-- Main content --> <section class=...
Sharif Ahmed Alif's user avatar

15 30 50 per page