html5 - Attach arbitrary data to jwplayer setup options -


i want able following:

jwplayer("myelement").setup({     ...     myoption: 'myvalue' }); 

and value of myoption in way. example:

jwplayer("myelement").options.myoption 

is possible this?

ps. don't ask me why want this. know there other ways. asking way.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -