Skip to content

playlist autoplay but has not sound

I have a playlist in javascript, when it is muted the video plays automatically, otherwise it doesn’t play automatically. How can I make autoplay and muted false? My code HTML is: Answer You can’t play a video automatically with sound. There’s a thing called “Autoplay Policy”, at…

how to make blur all option after select 2 from 4?[jquery]

I want select 3 option from many.After select 3 option,all option will be blur so that anyone can’t select more. Here I added my code,please check it. Link to File Answer Consider the following. Adding a wrapper allows for better reference to the parent. You can then check how many .fill elements there …