play srt subtitles next to your <video> element
Example:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.srt.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.srt').srt();
});
</script>
<video src="http://example.com/video.ogv" id="video" controls>
</video>
<div class="srt"
data-video="video"
data-srt="http://example.com/video.srt" />
'data-video' atribute is used to link to the related video,Download: jquery.srt.js