Set Volume Of Html 5 Audio Tag With Javascript June 24, 2023 Post a Comment Possible Duplicate: Using jQuery to control HTML5 volume I have a html audio tag: $('.audio') returns a jQuery object, not a DOM element. Setting a property on a jQuery object has no effect on the DOM.Instead, you need to call the jQuery .prop(name, value) method. Share You may like these postsCustomisable And Cross-browser Friendly Audio Player For TagCreating Play/pause Functions With Current Audio JavascriptHow To Assign Identifiers To All Html Elements Of A Particular Type?How To Use Soundcloud Api To Get Stream Into Html5 Audio Player? Post a Comment for "Set Volume Of Html 5 Audio Tag With Javascript"
Post a Comment for "Set Volume Of Html 5 Audio Tag With Javascript"