вопрос
Добрый день всем.
Нужна помощь, нужно
Нужна помощь, нужно
<div class="video_container" id="тут цифры (например 75146)"></div>преобразовать в
<iframe class="video_container" frameborder="0" allowfullscreen="1" video player" width="100%" height="500" src="http://www.site.ru/redirect/download/video/md/75146.mp4"></iframe>
<script>
$(function(){
var $div_c = $(".video_container").attr("id");
$(".video_container").replaceWith("<iframe class=\"video_container\" frameborder=\"0\" allowfullscreen=\"1\" width=\"100%\" height=\"500\" src=\"http://www.site.ru/redirect/download/video/md/"+$div_c+".mp4\"></iframe>");
});
</script>