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

All Questions

Tagged with
1 vote
1 answer
27 views

Not loading static(CSS,JS,BOOTATRAP) files after applying "Empty Cache and Hard Reload" [duplicate]

I am working on django website,i made some changes in jquery file and then apply "Empty Cache and Hard Reload" in browser ,but now all the static files are not reflecting in browser, before ...
Adeeb Hassi'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
-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
2 votes
1 answer
84 views

Some required attributes are not validated while using form and javascript

I'm using a form for issues with mandatory fields but some aren't taken into account. Of the 6 required input blocks only 4 are correctly validated when you try to submit the form. The 'IVR status' ...
NiteOwls's user avatar
  • 309
0 votes
0 answers
34 views

Croppie Library Not Cropping the same image as the viewport

I have used the Croppie library to crop an image, with the viewport set to 225 x 225 pixels. Below is the code I wrote for this functionality: $(document).ready(function() { var $imageCrop; ...
Biraj Dahal's user avatar
0 votes
0 answers
49 views

Bootstrap 5 dropdown open/close on both click and hover

I am building a dropdown menu using HTML/CSS/JavaScript/jQuery and Bootstrap 5. I want the menu to open/close both on hover and click: Mouse hovers over the dropdown element, and the menu opens Mouse ...
Mickey Vershbow's user avatar
0 votes
2 answers
74 views

Jquery .length keeps returning 0 on LinkedIn page

Apologies for asking this question again as per here and here there are answers. BUT This appears to be specific to a page. I am building a simple "button" for the browser bookmark bar that ...
Craig Lambie's user avatar
  • 2,898
0 votes
1 answer
23 views

how to make the side bar close after clicking

so I am not sure exactly how this works but here goes .so I would like to have the menu side bar close once the user clicks on a menu link item or anywhere on the body, then reopen again when the menu ...
totitechcare's user avatar
2 votes
0 answers
47 views

Navigate locally an index html containing a 3D art carousel

Whenever I launch the program live from Visual Code, it works as intended. The issue I have is running the code locally when I navigate from the index file in the file folder. I'm positive the issue ...
user26357207's user avatar
0 votes
0 answers
66 views

Customized Multi-step wizard form using HTML CSS JS

I need help to customize the Multi-step wizard form where when I click on next button previous form should also be visible and when I click on prev button current form should hide. Please help me I am ...
Sameer Sashittal's user avatar
1 vote
1 answer
49 views

how to save changes even user refersh page in jQuery

I had a button that change page theme to dark-mode. when you click on, it works but when refershing the page, changes will be not save. pls help me to fix that🙏🏻 html: <div class="container&...
Matin Saadati's user avatar
0 votes
0 answers
46 views

Button icon not clickable

I am using Datatable in jquery to display data on grid along with some action buttons. I am using below render function to display the data, but when the page fully load, I am unable to click on the ...
shubhkr1's user avatar
0 votes
1 answer
22 views

Applying an action only in the current container jQuery

Ok, so I know that given the following code, pressing the button in either div will change the background color of all divs with the class of "section" to yellow. My question is, how can I ...
DeanH's user avatar
  • 515
0 votes
2 answers
40 views

Pagination with Dynamic Row Removal - Updating Pagination Links and Displayed Rows

I have implemented a pagination feature on a table in my HTML page. Each page should display three rows, and I have a total of eight rows in my table. Additionally, I have a button that removes rows ...
haroun's user avatar
  • 124
0 votes
1 answer
41 views

How to keep a HTML Submenu Opened When Clicking on Other

I am trying to keep the submenu open when opening another submenu. Currently, my code closes all previously opened submenus when trying to open another one. Right now, my code closes any previously ...
Vismaya's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
9477