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

How to include img tag in html2canvas.js code? [duplicate]

I'm making paper documents into html web documents. There is a webpage as shown in the picture below, and if you type and sign and click Save, it will be saved as a *.png image file. However, if there ...
아이작's user avatar
0 votes
0 answers
15 views

How to clear/erase the input value when using jquery datepicker and the input is readonly

I have an input that as soon as the value is chnaged it submits the value and is saved in our database, therefore we can only allow date format values, and the best tool is using datepicker with a ...
Eduardo Ponce de Leon's user avatar
1 vote
0 answers
26 views

Trigger jquery callback with selectors in jest

I have a JS script where using jQuery with multiple class selectors and a callback function function MainPage(){ function pageFunction(){ $(".page").on("shown.bs.collapse, ...
keerthi's user avatar
  • 29
0 votes
0 answers
9 views

Target a Block in vtiger to insert a new block using jQuery

I have written a Jquery code to target a module and insert a new block with certain parameters. But unfortunately, i noticed that the block doesn't appear but when i use the developer tools in browser ...
Peter Iteka's user avatar
0 votes
1 answer
39 views

JQuery error in Electron: '$ is not defined'

I am building a Flask web app using pyinstaller, and I've been trying to get it to work on Electron. The project uses jQuery and Bootstrap along with a couple of other libraries. The problem is that I'...
Juno C's user avatar
  • 1
-1 votes
0 answers
18 views

function for customizing woocommerce statistics

I'm trying to customize the statistics tab of Woocommerce, in the "promo code" submenu of statistics it displays the codes used, the number of orders concerned and the amount of discounts ...
Sitio's user avatar
  • 1
1 vote
0 answers
26 views

Get all CELLS from a specific Datatable ROW

So I'm adding a row to my datatable using var newRow = myTable.row.add([ questionText, '', '', '', '', '' ]).draw(false); And I then want to get all the cells from that row ...
CoqPwner's user avatar
  • 965
0 votes
0 answers
23 views

This filter in datatables is not working for filtering more than one word

It works properly for one word categories, however if there are spaces in between it doesn't show results.I'm not quite sure how to fix it, can you please check my code and let me know what is not ...
jcdjcdjcd's user avatar
0 votes
0 answers
13 views

Calling Wordpress PHP route within an IFrame

I want an add to cart functionality within an iFrame that is built on my local drive (localhost3000). There exists a route in the wordpress site that hosts it, but I am not sure how to bypass COORS ...
Arya Bansal's user avatar
0 votes
1 answer
21 views

Only first called href opens iframe in Lightbox other hrefs open new page

i am using jquery simple lightbox. I need to open 10 links in total in lightboxes, all showing different iframes. Only one lightbox at a time should be displayed. This works fine with the first href, ...
Hard00 Fernandez's user avatar
0 votes
1 answer
34 views

Limit the displayed search results to 10 (minimum) using Choices.js

I've adjusted the searchResultLimit option to 10 in my code, but only 4 results are displayed. Here is my code: <select name="category_id" id="category" class="form-control ...
Alex01's user avatar
  • 354
0 votes
0 answers
12 views

Auto fill another textbox with details from database based on autocompleted textbox in asp.net webform

I have gotten as far as autocomplete the textbox(username) from database, my other problem is how to make it that the other text box(address) to autofill in the users corresponding address from the ...
faugnxxx's user avatar
-1 votes
0 answers
21 views

Adding Elementor Template Shortcode in ACF meta field not rendering js and jquery in login site

I am here to create a template using Elementor and that shortcode I want to add in ACF pro version so that shorcode renders but the thing is in the login site js and jQuery are not fully rendering ...
habibur rahman's user avatar
1 vote
1 answer
37 views

Prevent focus on specific elements jQuery

OK, I have a weird need. I'm not trying to trap focus inside of a specific div, I'm trying to prevent it from entering specific other ones. I have a script which changes the class on a div from "...
DeanH's user avatar
  • 493
1 vote
0 answers
39 views

Filter a wordpress table with JS?

I'm building my own WP theme and I try to avoid JS in Wordpress like the plague because it's hieroglyphics for me... And I still haven't found a resource to learn correctly in a WP environment.... ...
f.soucy's user avatar
  • 13

15 30 50 per page