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)
How do I stop all other Plyr instances except this one
I set up this little javascript to initialize a couple of players on my webpage and add an event to make only one player active while everything else is paused. This is supposed to emulate the "a...
imabug
Votes: 0
Answers: 1
Each click add some data from object to div
I have a button and empty div in HTML.
<button id="add_sentence">Click here!</button>
<div id="parent"></div>
In JS, I have data in array
let data = [{ sen...
Oğuztoğrul Tahirli
Votes: 0
Answers: 2
jQuery Each Loop to push data into JSON Object
Can anyone suggest what I am doing wrong here. I have several elements on screen with class .cp_select. I need to loop through them and grab the attributes of "x" and "y". This by ...

Chris
Votes: 0
Answers: 2
run a jquery function inside a div and not in the other
I'm working on a pretty simple html/jquery quiz. It will have multiple questions with multiple answers. Every time an answer (".question-option") is chosen inside a question (".question...
mmdwc
Votes: 0
Answers: 1