Coding audio player for google chrome users
-
Please see this post because Iam trying to figure out how to do the second part. I have completed the first part but i do not know where to edit the body tag in the second part. Please see this link.
Iam not sure where to put this code or how to do it. Could someone instruct me on how to disable right click downloads or just right clicking at all on the audio player.
<script>
(function($){
$(document).on(‘contextmenu’, ‘audio’, function() {
return false;
})
})(jQuery);
</script>`The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Coding audio player for google chrome users’ is closed to new replies.