1,033,629 questions
Advice
0
votes
4
replies
91
views
How to create switch for Aurora Borealis background?
I've recently discovered this beautiful code, which brings a fantastic Aurora Borealis effect to a page's background:
https://codepen.io/Anil-Prajapat/details/dPoyReN
How can I create a switch which ...
0
votes
0
answers
71
views
How do I check for a winner in a tic tac toe game that uses images for x and o instead of text?
I am making a tic tac toe board using HTML, Bootstrap, and jQuery (version 4.0.0). The tic tac toe board uses images of X and O instead of actual text so I'm having trouble basically checking if there'...
Best practices
0
votes
2
replies
76
views
jQuery DataTables child row (AJAX-loaded) shows in the wrong row when multiple rows are expanded — duplicate id="tableContainer"
I'm using jQuery DataTables with a dt-control column to expand child rows, where the child row's content is loaded via an ASP.NET PageMethod AJAX call after the row is expanded. When only one row is ...
Advice
0
votes
5
replies
180
views
Programming| System Development
Can someone provide me with a structured framework for web app development, covering the key stages from planning and design to deployment and maintenance?
Idea:
Requirement analysis → Understanding ...
Best practices
0
votes
1
replies
49
views
proper jquery plugin design
I've been trying to rewrite a plugin of mine so I can support extensions to it. I find conflicting design patterns online and it's ended up confusing me. What I want to do is add additional functions ...
-1
votes
1
answer
87
views
Jquery UI Dialog - open URL keeps auto closing
I'm trying to click an href and have it open a Jquery UI Dialog modal. I can get it to open the modal, but no matter what I've tried, it just auto closes as soon as it loads. I found multiple ...
0
votes
2
answers
134
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
101
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
127
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
104
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
165
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
120
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
138
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
73
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
155
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 ...