HKGalden科技臺
發表文章發起投票
[推廣]webm/mp4 embed

片喺 link 上面:

$('a').each(function(i){
    if(/(\.mp4|\.webm|\.ogg)$/ig.test($(this).attr('href'))){
      $(this).before('&lt;video width="500" height="300" controls preload="none"&gt;&lt;source src="'+$(this).attr('href')+'" target="_self">Your browser does not support the video tag.&lt;/video&gt;&lt;br>').after('<br>');
    }
});


link 喺片下面:

$('a').each(function(i){
    if(/(\.mp4|\.webm|\.ogg)$/ig.test($(this).attr('href'))){
      $(this).after('<br>&lt;video width="500" height="300" controls preload="none"&gt;&lt;source src="'+$(this).attr('href')+'" target="_self">Your browser does not support the video tag.&lt;/video&gt;&lt;br>');
    }
});

[#f50e1e]引用先好 copy 段 script[/size=6][/#f50e1e],因為膠登將
"<" 變做 "<"
">" 變做 ">"[/quote]

使用前

使用後



特別嗚謝
勿通膠類1巴打
同提供code既天邊一條腸巴打
Good3Bad1
2015/12/11, 5:55:37 下午
本貼文共有 0 個回覆
此貼文已鎖,將不接受回覆
發表文章發起投票