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
7 views

Jquery Datatable not working in the JSP file

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="...
Raj Bura gohain's user avatar
0 votes
0 answers
9 views

ckeditor addListToDropdown not showing label

editor.ui.componentFactory.add("InsertDropDown", locale => { //const dropdown = createDropdown(locale); const items = new Collection(); items.add({ type: 'button',...
Shibon's user avatar
  • 1,564
0 votes
1 answer
23 views

How to set radio button values with dynamic values

<html> <body> <p> <p>I like red: <input type="radio" name="OptionChosen" id="100000000" value="yes" /> Yes <input ...
WheelsShark's user avatar
0 votes
0 answers
17 views

How can I populate Textfield using php ajax in each row of a table upon change of another textfield within the row

I have a javascript where upon click of a button a row with two cells is added to the table. One cell has a livesearch textfield and the another cell has a quantity textfield, whose value suppose to ...
Okoro Augustine Ikechukwu's user avatar
0 votes
0 answers
9 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
27 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
17 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
39 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
17 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
21 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

15 30 50 per page
1
2 3 4 5