How do you change the src of a HTML5 video tag using jQuery?
I got this HTML:
Try $("#divVideo video")[0].load(); after you changed the src attribute.
$("#divVideo video")[0].load();