Questions tagged [jquery]
jQuery is a JavaScript library, consider also adding the JavaScript tag. 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 need to be in the question.
1,012,264
questions
0
votes
0answers
11 views
Adding json object via .data() to dynamically added td via jquery
I am using HTML, CSS and JQuery/JavaScript to create a table which its td is populated during runtime. Depending on the data returned via Ajax, only some tds are populated. I have added click and ...
-1
votes
2answers
20 views
enable disable button on checkbox click jquery
On my page, i have a checkbox and a submit button :
<input type="checkbox" id="chkbxId" />
<input type="submit" name="submit" id="submitId" ...
0
votes
2answers
17 views
jquery datatables: Add calculated time duration to column
I display the date and time in one of the columns in the datatable and want to use to calculate the time duration. How can I achieve this on datatables
I want to calculate the active from date time ...
-1
votes
1answer
36 views
Display Date Specific URL
Objective is to show a link on the page based on a date
Since I am very new to JS, would there be a more efficient way to achieve this?
The below code works but ideally I would like to edit the HTML ...
-1
votes
1answer
48 views
<div> not showing after submitting the form
I am trying to build a Webapp using FLask and using simple HTML and CSS for the frontend as I am new to this. Now the problem I am facing is that the <div class="blocking"> is not ...
0
votes
0answers
18 views
Jquery issue with glitch process more then twice. Scroll action
I write these code and they work well in most of places like codepen or stackoverflow but independent they have wired glitch and i see multiple 1 which should not be there because x++; in js mean ...
-1
votes
0answers
11 views
Get link text with jquery
I have a problem because jquery doesn't return the text value of the hyperlink - I tried with classes, but it doesn't work, I don't know why.
<ul>
<li><a class="menu_link" ...
-3
votes
1answer
23 views
How to extract all the URLs on the active tab using JavaScript/ [closed]
I am creating a chrome extension and wish to extract all the URLs on a webpage i.e from the currently active tab, using its href tag.
Can someone help me with the query?
0
votes
1answer
17 views
html two table same column width
I have two table 1st table have tr th as a heading of the table and second table have tr td the content of the table i my actual code i have given custom scrollbar for fixed table head.
So i want to ...
0
votes
0answers
7 views
Krajee Bootstrap File Input + Cloning problem
I need to clone Dropdown menu and Fileupload input fields together. I got dropdown menu cloned properly however fileupload is not working.
Plugin page is: https://plugins.krajee.com/file-input
I don't ...
0
votes
0answers
6 views
JQuery Tabledit - Is it possible to add new customized buttons?
I have implemented the Tabledit plugin into my project and it works really good. I want to add a button that applies changes to all rows. I have done the following until now and it has not worked yet:
...
0
votes
0answers
14 views
Jquery UI click not working on dragged images. When the images > 1
Hi there the code is working yet the problem is that when i add image. I can click it. But when i add next one i can click only the new one. If i want to click another i need to drag it. And then i ...
0
votes
1answer
14 views
How to make checkbox value not changed when sweetalert popup message show
I have a checkbox that have a basic value. I want to make user can change the value by clicking option in the checkbox, then show alert message to make sure they want to change it or not. If it yes, ...
0
votes
2answers
22 views
Show / Hide Fields Using Radio Buttons in PHP Based Dynamic Form
I want to show / hide my dropdown field against each selection of my radio button:
HTML & PHP
<?php $Sr = 1; $FPSTopics = mysqli_query($con, "SELECT * FROM table");
for($i=0; $i< ...
0
votes
0answers
15 views
how to view Dynamic Data in Modal with Ajax and Thymleaf from Conrtoller
I want to show a particular user information with the help of a Bootstrap modal by clicking on 'view' button. and after clicking modal is not open and data is also not populated in Modal.
this is my ...