1
edit
Changes
→Examples
} )
.subtitle({ start: 20, // seconds end: 45, // seconds text: 'this is another subtitle', language: "en", languagesrc: "language", accessibilitysrc: "accessibility" } ) <div>Choose your language
<select id="language">
<option value="zh" selected="selected">Chinese</option>
with help from <a href="http://google.com/translate">Google Translate</a><br />
<input type="checkbox" id="accessibility" checked="checked" />All subtitles (accessibility)
</div> .subtitle({ start: 20, <// seconds end: 45, // seconds text: 'this is another subtitle', language: "en", languagesrc: "language", accessibilitysrc: "accessibility" } )div>
== Syntax ==