Get the MEJS element from the playlist shortcode
-
If you use the playlist shortcode, WP intializes the MEJS playlist interface with wp-playlist.js. At the end of this file, you have this:
$(document).ready(function () { $('.wp-playlist').each( function() { return new WPPlaylistView({ el: this }); } ); });
So the resulting objects get tossed into the abyss. How can I get this object and access its methods (and the attached MEJS player element)? Or is this worthy of a support ticket to attach these to the window somehow?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get the MEJS element from the playlist shortcode’ is closed to new replies.