Skip to main content

All Questions

Tagged with
0 votes
1 answer
25 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 ...
m.orange's user avatar
0 votes
0 answers
33 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() ...
CChickii's user avatar
-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 ...
n0_n4m0's user avatar
1 vote
1 answer
37 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 ...
user15895653's user avatar
-3 votes
0 answers
70 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 ...
domm's user avatar
  • 1
0 votes
2 answers
70 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 ...
user3685388's user avatar
1 vote
1 answer
37 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() { ...
Razvan Zamfir's user avatar
1 vote
1 answer
63 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 ...
Jilco Tigchelaar's user avatar
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 ...
Chiang's user avatar
  • 25
0 votes
1 answer
33 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. My code runs perfectly when the function call is dropped. I am new-ish to JavaScript other than ...
Matthew Mills's user avatar
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 ...
Angela Zhou's user avatar
0 votes
0 answers
127 views
+50

Access rows of a lookup table in Javascript

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 ...
BlueDogRanch's user avatar
-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 ...
mhafezi2769's user avatar
-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 ...
ilyas's user avatar
  • 97
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 ...
TechFanDan's user avatar
  • 3,524

15 30 50 per page
1
2 3 4 5
39124