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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -