0
後打在第1頁我有jQuery Mobile的iPad上:HTML5視頻不斷轉變
<video width="100%" src="spacetime.m4v" controls></video>
播放視頻。這一切都工作得很好,但是,當用戶按下
<div data-role="footer" data-position="fixed">
<a href="twinparadox.php">Page 2</a>
</div>
一個按鈕,鏈接到另一個文件中,影片繼續播放,同時我們平滑地過渡到這個其他文件。
在這種情況下有沒有辦法停止視頻?
謝謝!由於我對Javascript還不是很熟悉,因此,在代碼方面,「掛鉤」頁面事件意味着什麼? – 2011-05-04 00:09:04
在jQuery中調用something = binding事件。看看** Page show/hide events **標題下的例子。您要使用的事件可能是* pagebeforeshow *。 – simshaun 2011-05-04 04:01:23