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.

0 votes
0 answers
7 views

How to restrict past time selection in jquery-clockpicker.min.js

When I am open the clockpicker at that time past time also show, so i want to disabled the past time based on current time. If my current time is 4:00 PM so inside the clock picker disabled before 4:...
Keval Maisuriya's user avatar
1 vote
0 answers
23 views

"AJAX Request Not Working: Listener Indicated Asynchronous Response but Message Channel Closed" Unsure where to go from here [closed]

I'm working on a simple search functionality using jQuery and AJAX. The script is supposed to send a POST request whenever the user types in the search box and display the results in a div below the ...
George N.'s user avatar
2 votes
1 answer
42 views

jQuery - wrap all elements between two elements

I'm trying to wrap all of the elements between two headings regardless of what they are without having to add classes. Example: <script src="https://code.jquery.com/jquery-3.7.1.min.js"&...
DeanH's user avatar
  • 517
2 votes
1 answer
34 views

How to hide specific fields from WooCommerce Admin Products Quick Edit

I'm trying to hide some WooCommerce fields from the "Quick Edit" window: "Date", "Tax status", "Tax class", "Weight", "L/W/H", "...
Xim's user avatar
  • 47
0 votes
0 answers
24 views

Jquery/JavaScript: Make Elements Appear in Order

I want to create an effect, where when a user scrolls to a certain Div, elements within it appear in order, starting from the left-most element to the right-most. I've been successful with just making ...
AhuraMazda235's user avatar
0 votes
0 answers
29 views

Make Bootstrap non-closable modal closable again

I'm using this code to make a Bootstrap 3.4.1 modal non-closable -- to not allow the user to click outside the modal or use Esc to close it, while still allowing the normal .modal("hide") ...
Alex's user avatar
  • 35.6k
1 vote
0 answers
27 views

DataTable values are getting the default values (initially loaded values) when we click on the dropdown icon of DataTable in ASP.NET & C# using jQuery

I'm very new to this DataTable logic implementation concept and I have append the data to the DataTable and append successfully and in that DataTable controls I have written some event logic (ex: ...
ashok's user avatar
  • 361
1 vote
1 answer
37 views

How to Update the Contents of a Dropdown Based on the Selection of Another Dropdown

I am trying to update the contents of a particular dropdown box, based on the selection of another dropdown box. The contents of these boxes is coming from tables in an MSSQL database. Basically, I ...
kingklick's user avatar
-1 votes
2 answers
28 views

jquery how do you concatenate a variabe to an id [duplicate]

I want to delete a div with a dynamically created id. i capture the id via the attr i.e var rowToDelete = $(this).attr('data-name'); I then tried this: $(# " + rowToDelete + ").remove(); ...
Paul Kendal's user avatar
0 votes
0 answers
13 views

FixedColumn Not Functioning in DataTables

I am a total noob when it comes to web design and would like to create a datatable with a fixed (frozen) left two columns. I am reading in my data successfully from a JSON file and the information is ...
skolves's user avatar
-2 votes
0 answers
27 views

$post in JQuery inconsistently not working for Apple devices [closed]

I have a script that's processing a form, and doing a $post at the end to pass some variables to a PHP script which then sends me an email with the variables. For Apple users specifically (doesn't ...
Kayla's user avatar
  • 1
0 votes
0 answers
19 views

JQuery Autocomplete function is triggering multiple times

I need to set a search bar in my code where it will retrive the data of the products present in the database.Here in the same project they have used the exact code to do the product search I used that ...
Guru1804's user avatar
0 votes
0 answers
20 views

jquery how to get element by name that comes from a variable, and check if element is hidden

I have a list of checkbox, with each checkbox element having a corresponding text input element. The text input is hidden initially. Upon clicking the checkbox, the corresponding text input will be ...
sdssrr's user avatar
  • 9
-1 votes
1 answer
41 views

Disable other checkboxes with specific word when one checkbox with same is checked

I have using following code to create dynamic checkbox fields.... and storing batch unique ids as comma separated values in database for specific user... <?php // Fetching values from mysql ...
Dr M L M J's user avatar
  • 2,385
1 vote
1 answer
41 views

How to append List to FormData in JQuery?

I get model's values from view with this codeblock and this part is OK. var data = new FormData(); var datas = $(this).serializeArray(); for (var i = 0; i < datas.length; i++) { data.append(...
user26029025's user avatar

15 30 50 per page
1
2 3 4 5
68958