All Questions
Tagged with jquery javascript
586,854 questions
0
votes
1
answer
24
views
foundation slider with active thumbnail in the visible area
I'm using the orbit modul from foundation that works fine. I have reused the area of the bullets for the thumbnails of the large slider images. This also works so far, the active thumbnail is also ...
0
votes
0
answers
31
views
Bootstrap modal working proper but not with overlay component
The current interaction behavior is that after I click submit the form, it should have delayed time with spinner and success message but they're still not showing only modal close in setTimeout() ...
-3
votes
0
answers
53
views
What is the difference between arrow function and anonymous function? [duplicate]
I have created a function with jQuery for hiding some <p> elements on double click and, for some reason, when I use arrow function it doesn't work but as soon as I put it in anonymous function ...
1
vote
1
answer
35
views
Drag and Drop Swap in cards is not working
here is my code, and i am trying to Drag a .card (which includes an image),Drop it onto another .card and swap their content so they switch places visually. But it is not happening and also not ...
-3
votes
0
answers
68
views
Issue in compressing and uploading video using javascript.,jQuery and php [closed]
I am create a video upload program where we upload video, compress it using js/jquery and then upload it on server using php
I compressed the video successfully and preview the compressed video blob ...
0
votes
2
answers
69
views
Setting Javascript Variable within a Javascript Variable
I hope this makes sense to someone. Not even sure this is possible so that's why I'm posting a question here.
I'm returning the data in Fetched Data using the Fetch shown in Fetching the Data. I'm ...
1
vote
1
answer
35
views
Truncation plugin only works on the first page of a Data Tables table
I am using DataTables to display, paginate and sort a set of data.
new DataTable('#employees', {
info: false,
paging: true,
filter: false,
"aLengthMenu": [5, 10],
initComplete: function() {
...
1
vote
0
answers
50
views
How to place a cropped and resized image into a file input field?
I'm using a script that allows the user to resize and crop an image. The problem is that I want to upload the cropped image with a normal input (file), so that my server sided laminas script can ...
0
votes
1
answer
71
views
How to populate a field in array?
How can I populate the Amount $ (Tax Included) field based on input from the respective Quantity field? E.g. When user enter a quality of 5 in the Flower row (Row #2), 5 is supposed to be populated in ...
0
votes
1
answer
30
views
PhantomJS frozen stuck at blank terminal after trying use $.ajax
I have been porting my code to PhantomJs and have been having a hard time with using $.ajax in Jquery. I think it something with how my functions are defined but I am new to JavaScript. Here is my ...
0
votes
1
answer
78
views
JQuery Scroll not firing [closed]
I'm testing my code to console.log a message every time I scroll. I'm trying to detect scroll inside the project-container div.
Problem right now is that the scroll does not trigger at all. I'm ...
0
votes
0
answers
103
views
+50
Loop through and access rows of a lookup table
I'm using Blogger, and after 20 years and 10K posts, I have exported all posts and migrated all content to a new CMS and a new domain. By using jQuery in the Blogger HTML template, I have set up links ...
-4
votes
0
answers
33
views
How to add 2 days to jQuery formula? [duplicate]
I have $('#datepic').val()
to display the date the user selects from a datepicker.
I have it displaying in a text box. I am trying to add +2 days to whatever they select.
For example if they selected ...
-3
votes
0
answers
103
views
Why JQuery AJAX POST sends null value? [closed]
I'm new at JQuery-AJAX. I've a form in index.php file. When clicking the first input(id="d_code") it opens a div(id="d_codes") which has been filled with some li tags which have ...
1
vote
1
answer
43
views
Looping elements and sequentially clicking on children
I'm trying to automate a task through Firefox's console in Developer Tools by running some jQuery code.
First, an example of the nodes I need to loop through. Note inline comments. There are nodes ...