python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Add event listener to items inside flex container
I have a flex container that contains several items that have the flex-grow property set to 1 and a certain max-width.
I want to add an event listener to the group of items, but I do not want the eve...

wahoowa
Votes: 0
Answers: 2
How to add these HTML attributes to a JavaScript object?
I have a list of attributes inside divs that I want to put into an object -
<div class="d-none product-data">
<div class="product" product-name="English-One"...
jfc
Votes: 0
Answers: 2
ngx-slick-carousel infite loop and responsive carousel
I'm using ngx-slick-carousel to display youtube videos in my project, the first problem is that the carousel is not infinite, when the last video appears, the first one is not next to it, there are ju...
Chris
Votes: 0
Answers: 1
Jquery selector stops working when I'm trying to use id attribute instead of value
When I use value instead of id for example [value="' + this.value + '"] everything works fine but in this case, the selector is not working.
Sorry if that's a stupid question but I'm new to ...
Doctor Nasty
Votes: 0
Answers: 1