I am not a native HTML programmer, so please don\'t jump all over me about this simple question.
HTML
I have an image that, I am displaying using the followi
First you have to use jQuery. You may create some in your page having some id, for example; . Then, in your JavaScript, when you want to play the file, just add $('#wrap').append(''); the whole code looks something like; Hope this helps. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
in your page having some id, for example; . Then, in your JavaScript, when you want to play the file, just add $('#wrap').append(''); the whole code looks something like; Hope this helps. 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
.
Then, in your JavaScript, when you want to play the file, just add
$('#wrap').append('');
the whole code looks something like;
Hope this helps.