1,033,777 questions
-2
votes
0
answers
94
views
How to implement Low Bandwidth / High Bandwidth mode in Laravel Blade application? [closed]
I’m working on a Laravel Blade application using Bootstrap, jQuery, and JavaScript, and I want to implement a feature similar to a “Data Saver” mode.
The idea is to allow users to switch between:
Low ...
0
votes
2
answers
112
views
Change code to filter via multiple attributes [closed]
I have a filter setup using jQuery as per the snippet.
I would like to be able to filter by multiple attributes - at the moment I can only filter by the title attribute.
How would I change the code so ...
Best practices
0
votes
4
replies
92
views
The same classes for opening hidden blocks
Please help with the ready code if you can.
There are several elements on the page with the same class, and clicking on one button opens a hidden block for the clicked button. However, now all buttons ...
3
votes
2
answers
120
views
Need to disable the submit button if both fields are invalid
I am trying to disable the submit button on a boostrap modal form until both addhostname and addipaddress fields are valid. I have tried multiple ways to detect the validity state of the addipaddress ...
0
votes
1
answer
84
views
iframe redirect break out from parent page and make parent redirect
I am using the ASP plugin to accept credit card payments in my website:
https://wordpress.org/plugins/stripe-payments/
This plugin has a shortcode, that displays a button, that when clicked, it opens ...
-1
votes
3
answers
164
views
HTML table row missing event listeners from CSS class [closed]
I have an HTML table where I want my users to be able to add rows. After reformatting the HTML to look better, when they add a row by copying it from a template row, the event listener from the CSS ...
Advice
0
votes
7
replies
116
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
123
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 ...
1
vote
1
answer
71
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 ...
1
vote
1
answer
147
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 ...
Advice
2
votes
11
replies
321
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
151
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
270
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 ...
2
votes
2
answers
147
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 ...
2
votes
1
answer
90
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 ...
