<source> tag...how to change src?

<source> tag...how to change src?

Do jquery support <source> tag?
How do update the src attribute?

<video autoplay>
<source src="myvid.mp4">
<source src="myvid.ogg">
</video>