Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caption #1

Open
pavankog opened this issue Feb 17, 2021 · 1 comment
Open

caption #1

pavankog opened this issue Feb 17, 2021 · 1 comment

Comments

@pavankog
Copy link
Owner

No description provided.

@pavankog
Copy link
Owner Author

var m= '';
var myElement = document.getElementById('audio-bar');
if(window.addEventListener) {
// Normal browsers
myElement.addEventListener('DOMSubtreeModified', contentChanged, false);
} else
if(window.attachEvent) {
// IE
myElement.attachEvent('DOMSubtreeModified', contentChanged);
}

function contentChanged() {
m+= myElement.children[0].children[0].innerText;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant