javascript - mediaelements.js update the DOM -
i pull chapter markers out of mejs-layers element , place them elsewhere on page. in mep-feature-tracks.js file i've found element .prependto (line 55). i've tried messing line, .append , changing target, it's not creating affect(effect?).
here's line
player.chapters = $('<div class="mejs-chapters mejs-layer"></div>') .prependto(layers).hide(); usually console.loggin things out, nothing printing console. so, debugging too.
i grunt building player , making changes in /src directory.
hindsite 20/20 , posted question realized i'd never deleted line test whether generating captions. @ least player it's not. commented out line , rebuilt , nothing changed. hm.
Comments
Post a Comment