Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Buttons not working in data table | Tailwick | Flask | Jquery

I am using the datatable from the tailwick library (https://themesdesign.in/tailwick/html/tables-datatable.html). But the problem is that the buttons on the 2nd page aren't working at all. I have gone ...
Pythonista's user avatar
0 votes
1 answer
41 views

form serialize is not working after ajax request

I have a modal window that is populated using an AJAX request, and it successfully fills all the fields as expected. The issue is not with the AJAX request itself, as it correctly retrieves the data ...
Lidiia's user avatar
  • 1
2 votes
1 answer
65 views

How to write text in the clipboard in BOLD format using Javascript?

javascript:(() => { navigator.clipboard.writeText("From : \n Info : \n Resp : "); })(); I am trying to write predefined data in the clipboard directly in bold format whenever I ...
Shadow of death 's user avatar
0 votes
0 answers
47 views

Refilling a form with saved user selection

In my application I have a form that initially has default values. The user can choose other selections in the form. The user can also save the selections into localStorage by clicking the Save ...
Youssef Ismail's user avatar
0 votes
0 answers
11 views

Popup Closes on Next Month Click and Repositions Incorrectly in JSP

enter image description here I'm encountering an issue with a datepicker in my JSP application. When I click to navigate to the next month, the main datepicker popup closes unexpectedly. On the second ...
Josmi Joseph's user avatar
1 vote
0 answers
26 views

"AJAX Request Not Working: Listener Indicated Asynchronous Response but Message Channel Closed" Unsure where to go from here [closed]

I'm working on a simple search functionality using jQuery and AJAX. The script is supposed to send a POST request whenever the user types in the search box and display the results in a div below the ...
George N.'s user avatar
1 vote
1 answer
59 views

Wrap all elements between two elements regardless of what they are without having to add classes

I'm trying to wrap all of the elements between two headings regardless of what they are without having to add classes. Example: $(document).ready(function() { $(".axxs-accordion > :header")....
DeanH's user avatar
  • 515
1 vote
1 answer
55 views

How to Update the Contents of a Dropdown Based on the Selection of Another Dropdown

I am trying to update the contents of a particular dropdown box, based on the selection of another dropdown box. The contents of these boxes is coming from tables in an MSSQL database. Basically, I ...
kingklick's user avatar
0 votes
0 answers
15 views

FixedColumn Not Functioning in DataTables

I am a total noob when it comes to web design and would like to create a datatable with a fixed (frozen) left two columns. I am reading in my data successfully from a JSON file and the information is ...
skolves's user avatar
0 votes
3 answers
76 views

Bring child on top of stacking sections

I want .square div to be always on top, so visually it seems like the next section with its own .square is sliding up and the .square stops exactly in the position of previous section's square. The ...
Greg Bialowas's user avatar
-1 votes
1 answer
44 views

Disable other checkboxes with specific word when one checkbox with same is checked

I have using following code to create dynamic checkbox fields.... and storing batch unique ids as comma separated values in database for specific user... <?php // Fetching values from mysql ...
Dr M L M J's user avatar
  • 2,385
-4 votes
1 answer
74 views

How to parse date from data after page loading

After page loading, the html rendered is like that <h3>Lorem ipsum dolor sit</h3> <p>Meeting scheduled for 7/19/26, You should receive the email confirmation shortly.</p> <...
user3376865's user avatar
-2 votes
0 answers
57 views

Styling Bootstrap 5 datalists [closed]

I'm aware that bootstrap datalists don't have custom css support. And yes, I am aware that trying to comes with a few problems. That been said, I did it :), because I had a huge amount of options that ...
LauNR13's user avatar
0 votes
0 answers
29 views

ChartJs adding data point between x axis point [closed]

chart image how can I hide the gap between age 6 and 7 and so on but still keep the data point? So basically the Min, Avg, and Max is a yearly data, but the Height is a progress data that would be ...
lucky12020's user avatar
2 votes
3 answers
103 views

How to trigger event on input date select when value is unchanged?

I am pre-selecting a date on <input type='date' /> and want the user to select a date anyway. If the date selected is the same as the pre-selected value, it does not trigger the change event in ...
Z0q's user avatar
  • 1,778

15 30 50 per page
1
2 3 4 5
17030