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.

jquery
0 votes
0 answers
8 views

How to allow user to enter the date in datepicker input field in proper format

I am using jQuery datepicker to allow the user to select the dates. var currentTime = new Date(); var startDateFrom = new Date(currentTime.getFullYear(),currentTime.getMonth()-2); var ...
Nandha Kumar Gandhi's user avatar
0 votes
0 answers
22 views

Issues with bootstrap-image-gallery.min.js and CSP headers in AngularJS project

I am using the bootstrap-image-gallery.min.js library in my AngularJS project. I have imported the library in my cshtml file, but I am facing issues with the modal popup. When the popup opens, the ...
Abhishek Sharma's user avatar
0 votes
1 answer
35 views

Jquery popup open and closes all at the same time, need to make it independent

This is the popup <div class="popup-overlay"> <div class="popup-content"> <button class="close">X</button> <div>'.do_shortcode('[...
Francis Alvin Tan's user avatar
0 votes
1 answer
16 views

Parsing XML with JQuery & Javascript [closed]

I am attempting to parse XML to grab the value with delivery=streaming via Jquery and Javascript, and I am coming up short. How can I do this with some Jquery code? I feel I'm so close, yet so far. &...
Joe's user avatar
  • 13
0 votes
0 answers
38 views

Button icon not clickable

I am using Datatable in jquery to display data on grid along with some action buttons. I am using below render function to display the data, but when the page fully load, I am unable to click on the ...
shubhkr1's user avatar
0 votes
1 answer
15 views

fire a change handler when the user navigates away from the page

I've got a page with a bunch of text boxes where users enter hours for each day. The text boxes have an event handler that runs to save the data when it is changed. Using jQuery change(). The problem ...
dsvick's user avatar
  • 41
-1 votes
1 answer
48 views

how to Pass a "click" event target to another function to manipulate a string [closed]

I am running into an issue where I am trying to get a click handler event.target.alt (a string) and passing that as a parameter in a function. The function then will take it and splice it so I can do ...
motti10's user avatar
  • 177
0 votes
1 answer
19 views

Adding a RequiredFieldValidator causes the 'jquery' is not a valid script name. The name must end in '.js' error

I have a problem inside an asp net application where I get the 'jquery' is not a valid script name. The name must end in '.js' error when I try to add an asp:RequiredFieldValidator element inside an ...
Lorenzo Santarelli's user avatar
0 votes
1 answer
18 views

How to get form values submitted over widget imbedded

The following script is the code i got from another service and i need to utilize submitted form fields elsewhere: <script src="https://akiba-enterprise-widget-prod.web.app//Widget.js">...
sandile's user avatar
  • 11
0 votes
1 answer
25 views

How to animate or anchor bootstrap 4 accordion to its respective title when clicking its button?

Right now I have multiple script id's of #collapseTab2-1, #collapseTab2-2, #collapseTab2-3 etc.. to implement animate/anchor to its accordion title respectively when clicking its respective button ...
clarkf's user avatar
  • 671
-2 votes
0 answers
39 views

Javascript is loading so many chats

hello this is chatbro loader basicly i try to make it day-night mode compatable for my website,but it loads 2 chats on page 1 white 1 black chat when i switch day/night mode it even loads more i just ...
Hilkai's user avatar
  • 1
0 votes
1 answer
43 views

Removing an attribute on keydown jQuery

I have an accordion and I'm trying to add an accessibility feature for screen reader users only whereby if a user's cursor is inside the component and they press the down arrow key, it removes the &...
DeanH's user avatar
  • 493
-1 votes
0 answers
25 views

Django Invalid JSON Response Syntax Error, possible jquery error

So I'll preface this question by stating I think the error could be in a few places though the most likely, especially according to the windows command prompt is SyntaxError: Invalid syntax on this ...
Macaire Alexander Bell's user avatar
0 votes
0 answers
35 views

Iterate over HTML Table with column and row [closed]

I am looking for some insight to understand the easiest and best approach to iterate over an HTML table to update values. My table will be time interval/Hours on the row level with different device ...
Amit's user avatar
  • 99
0 votes
1 answer
25 views

Edit checkbox the last deactivates the others

I'm editing a form that unfortunately comes out of the plugin like this and I can't edit html. I would like the last checkbox to deselect the other two fields if clicked. In my example it works ...
bastiag5's user avatar
  • 157

15 30 50 per page
1
2 3 4 5
68965