You are right im sorry about that.
Its been awhile since i worked on this, but im pretty sure this is fix:
<script>
jQuery(document).ready(function(){
jQuery(‘body’).on(‘click’, ‘ul.videoul li’, function() {
jQuery(“div.myDIV”).hide();
jQuery(this).find(“div.myDIV”).toggle();
});
});
</script>
I figured it out using some jQuery