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

How can I get rid of this console error from apexcharts

Error: <g> attribute transform: Expected number, "translate(NaN, 0) scale(1)". Here is the code $(document).ready(function () { var codeChartData = @Html.Raw(Json.Serialize(...
Hardik Singh's user avatar
1 vote
1 answer
29 views

How do I change the "Select Language" text in drop-down list of Google translate element to the desired text I want

I have written necessary snippets for Google translate element on my website and I intend to change the "Select Language" text on the drop-down list to "Language". i.e, a desired ...
Ezego Daniel's user avatar
0 votes
1 answer
29 views

How To get form field values from parent of cloned form button?

So I have the following form. The form is cloneable, so there may be several on the page. When the "Save" button is clicked, I can get the form, and the value of the form ID attribute. But ...
Soren's user avatar
  • 813
0 votes
0 answers
26 views

Bootstrap 5 dropdown open/close on both click and hover

I am building a dropdown menu using HTML/CSS/JavaScript/jQuery and Bootstrap 5. I want the menu to open/close both on hover and click: Mouse hovers over the dropdown element, and the menu opens Mouse ...
Mickey Vershbow's user avatar
0 votes
2 answers
29 views

How to apply event listeners to new elements [duplicate]

i want to make an Jupyter notebook-like input, where i have spans as inputs, and when the user clicks Enter a new input is added to the page and so on. the problem is the listener for click event ...
Mohamed Agougil's user avatar
0 votes
1 answer
15 views

Form.io trigger all error messages of each field after clicking terms and conditions

Im currently validating my form, now theres this another requirement that they want the error messages that I set to each field to display if they are empty once I click the terms and conditions. I ...
clownpasta's user avatar
1 vote
1 answer
22 views

Force State/County field to be required in WooCommerce Shipping Calculator

I am trying to make sure that the Shipping State field is selected in the shipping calculator. Using the solution here works great for the City and Postcode fields like this: jQuery('#...
AJD's user avatar
  • 424
0 votes
0 answers
21 views

table of content scrolls and the heading shows behind the header [closed]

I have created a table of contents using radio buttons. When I click on a radio button, it navigates to the heading on the same page, but it scrolls to a position above the header. This is my code. &...
Mohamamad Asif's user avatar
0 votes
1 answer
24 views

CF7 "ReferenceError: jQuery is not defined"

When I run PageSpeed Insight on ChoicePlumbingOrlando.com, I get this error: "ReferenceError: jQuery is not defined at https://choiceplumbingorlando.com/wp-content/plugins/cf7-redirection/js/...
Gary Shif's user avatar
0 votes
1 answer
46 views

Jquery .length keeps returning 0 on LinkedIn page

Apologies for asking this question again as per here and here there are answers. BUT This appears to be specific to a page. I am building a simple "button" for the browser bookmark bar that ...
Craig Lambie's user avatar
  • 2,898
-2 votes
0 answers
28 views

DataTable in JQuery in .NET Core [closed]

I have created a table using T-SQL and I am working with .NET Core. I have created the table and the data is stored in the table. Now I want to show the data in the view using datatables in jQuery. In ...
Karthick1211's user avatar
0 votes
0 answers
27 views

Search Functionality in Laravel With PostgreSQL

I have been Working on search functionality in Laravel first of all this is my ajax request that I am sending to my controller with search input $.ajax({ url: '{{ route(&...
S.K Saxena's user avatar
0 votes
0 answers
28 views

Disable auto focus on select2 drop-down in modal?

I have added multiple Select2 dropdowns in my modal and initialized these select dropdowns when the modal opens. There was one problem: when we open the Select2 dropdown, its positioning was not ...
Sachin Singh's user avatar
0 votes
1 answer
18 views

How to resolve Uncaught TypeError from Wave bundle.js when adding Wave.js to Rails 6 app

I am trying to add Wave JS to my Rails 6.1.7.8 app and I'm getting the following Uncaught Type error from Wave bundle.js: bundle.js:866 Uncaught TypeError: this._canvasElement.getContext is not a ...
B4DataLore's user avatar
0 votes
0 answers
35 views

How to automatically open web push notifications in a new tab without clicking on them

Help me write a Tampermonkey script that can automatically open web push notifications on a specific website in a new tab without requiring me to click on them. I wrote several Tampermonkey scripts ...
JOSEPH DANIEL's user avatar

15 30 50 per page
1
2 3 4 5
68961