How do you change the src of a HTML5 video tag using jQuery?
I got this HTML:
I would rather make it like this
and then use
$("#v1").html('' );