I’m making a filter header in Vue 3 where you select one category to view at once, so you can click to toggle on and off that filter and also if you click another, it deselects the previous active one, only one or none ever active at once. I’ve found examples such as this jsfiddle which 1. doesn’t have a
Tag: css
JavaScript wont hide text, just images
I am having problems with my JavaScripts which is meant to make a tab gallery display. It hides the images when I choose another gallery, but I also have a presentation text -called “text-poze” and that is not hide when I am choosing another gallery , so the text from Album 1 will be seen when Album 2 is chosen.
How to fit svg path into svg viewbox in React Native
I am trying to implement barcode scanner viewFinder and I want to use svg icon to make it look nice, but I have a problem with forcing the path element inside the svg to take up the full svg width and height. I am using react native and to generate icon i use SVGR https://react-svgr.com/playground/?native=true&typescript=true in the scan handler I
link to another page not working for when i click on an img but works when i click on a text
The problem is that when i click on the link (in this case an img) it doesn’t link me to the “homepage.html” like I have put in my . however when I put it on a text such as <a href=”homepage.html”> text </a> instead and click on the ‘text’ the link works. I’ve tried using other pictures, as well as
Reappear bubbles js and css
I’m trying to solve this problem, but I’m giving up and I’m here to see if you can give me some hints. I made this bubble effect in which when I touch each bubble it pops, but I can’t get the bubbles to reappear after a few seconds (as if they were new bubbles). I leave the code here below:
Just-validate form validation library, just fails to submit the form aftervalidtion
This is the just-validate library codes to validate my form, but it fails to submit the form after validation, it should submit after validating all the fields. I have tried to run these code but it does not run. These are the codes i’ve used. all field are verified. But it fails to submit the form Answer The id of
Change checkbox tickmark color
I’ve implemented a function to change the background color of my checkbox , but it makes the tickmark turns to color black which I don’t want , I want the mark to still white , how can I achieve this ? HTML :- here’s the function :- and here’s the output :- the background changed successfully but the tickmark changed
How can I limit the div (autocomplete-item) created by JS for autocomplete search?
I have created a autocomplete search box using the code in the link: w3schools I am using a list of 3000 cities (JSON file). When performing the search, the search list is too long. How can I limit the size of the divs being created by JS or even set a fixed height for the division containing that list and
Moving menu items into another div when window is resized?
How to create this type of table HTML with HTML, CSS, javascript. Answer
How can I style :visited elements that use React’s onClick=”” instead of href=””?
The website has a table. In the table, I get data from the Firestore (and display this data to the user). Some cells in the table may link to other pages on the site (which are also implemented as a table). Since there is a lot of information, the user can get confused which links they followed and which they