jquery.srt.js

play srt subtitles together with your <video> element

Example:


<video src="http://example.com/video.ogv" id="video" controls>
<div class="srt" data-video="video"
        data-srt="http://example.com/video.srt" />
jquery.srt.js will try to load subtitles in all elements with 'srt' class.
'data-video' atribute is used to link to the related video,
if not data-srt is provided, the contents of the div is parsed as srt.

Download: jquery.srt.js