1,033,974 questions
-2
votes
0
answers
49
views
Adding multiple PHP commands and records on a single HTML5 Bootstrap submit modal [closed]
Update (hopefully simplified issue description):
I am trying to perform a basic ajax post call using a field value, which passes to a PHP (the format of which I have used on other pages with a ...
-10
votes
0
answers
82
views
jquery fileupload - missing header HTTP_CONTENT_RANGE [closed]
I have used fileupload successfully to select multiple files and upload them to a PHP server. The files can be large (up to 250 MBytes), and I am uploading the files in segments, reassembling them in ...
-1
votes
1
answer
120
views
Error 405 when redirecting to a URL after submitting a form [closed]
I'm using Laravel + PHP + DataTables. I have a page with DataTables, and when I select one or more checkboxes, I use a form to send it to another page.
However, after sending, the page displayed ...
Advice
0
votes
7
replies
109
views
Add minimum quatitiy function to JavaScript
I found the following JavaScript function for jQuery online:
function wcqib_refresh_quantity_increments() {
jQuery("div.quantity:not(.buttons_added), td.quantity:not(.buttons_added)")....
0
votes
0
answers
89
views
Trouble downloading a zip file using JQuery-Ajax-Springboot
I am having troubles with JQuery/Ajaxle downloading a zip file from a Springboot application. The file can be downloaded but I am getting an error when I am trying to open it.
The endpoint is in a ...
0
votes
1
answer
65
views
JQuery Required Radio Button Error Message Not Removed When Selected
I have a form which is using the JQuery Validation plugin, but when I submit an empty form required all inputs, dropdowns, radio buttonsvalidate correctly.
When i make a selection for a dropdow or ...
0
votes
1
answer
135
views
Related Posts are not showing thumbnail on blogger
Some time ago, I installed in my site (using Blogger) the Related Posts gadget. The results are good, and really show related posts, not just prioritizing newer posts like other gadgets that I tried ...
-3
votes
0
answers
57
views
Can not add class to $(this) element [duplicate]
We have a list of dates as `<label>` elements.
A selected date has a class to highlight it.
Clicking on another date should highlight that date, only.
We can not get this to work in the context ...
Advice
1
vote
11
replies
310
views
Why should I learn Javascript if I could just learn jQuery?
I'm a beginner web developer, and I'm mostly working on a personal website of mine. I'm trying to learn the basic stuff since I'm still in school and don't have much time to learn additional languages....
Best practices
0
votes
7
replies
148
views
How to replace JSON name with a variable in Javascript?
I am trying to implement a search function with checkboxes and want to replace part of this function with a variable as to not have to write a switch case with the same code varying in one line.
This ...
Advice
2
votes
10
replies
262
views
Is jQuery relevant today?
I am a FULL STACK DEVELOPER , my tech stack is MERN, but I am curious about jQuery , php . I do not know why but I just feel like I should know about these like how jQuery works and how reactjs ...
1
vote
2
answers
129
views
How to toggle bootstrap nav pane from a button
I have successfully implemented a tabbed pane design with collapse for small screens.
On one of the panes I would like to include a button which toggles to another pane.
I have tried unsuccessfully ...
1
vote
1
answer
83
views
TextChanged Postback not firing when pasting input
I’m having an issue with this JavaScript: when I paste a number, the TextChanged postback is not triggered, whereas it works correctly when I type the value manually.
It’s a general control, and the ...
0
votes
0
answers
172
views
JQuery gallery with multiple instances not working
I have a webpage where I want to get multiple instances of the same JQuery-powered gallery tool.
The first instance works just fine; all the individul items are clickable, the arrows work, and moving ...
-6
votes
2
answers
140
views
submitting form and using preventDefault() in validation but can no longer submit form after validation is addressed php/jquery
I am trying to submit a form and validating data using jquery by calling preventDefault() when it's incorrect. After addressing the validation error, what I want is to submit the form when the submit ...