I need to "send" a variable to a div a via a javascript that you helped me set up a year or so ago. Basically...
The variable playlist I've got set up comes from:
<script language="JavaScript" type="text/javascript">
var play = '<?php echo "$play"; ?>';
var playlist = "playlists/" + play + ".xml";
***command to send to "var_playlist" ****;
</script>
And then needs to get sent to:
<!--START - PICKLE PLAYER -->
<div data-media="var_playlist"></div>
<!-- END - PICKLE PLAYER -->
Thanks so much for any help!!!