Joywork/js/funnel.js
2026-05-22 21:21:54 +03:00

28 lines
2.1 KiB
JavaScript

//Воронки
$(document).ready(
function() {
$('body').on('click', '#href_funnels_video1', function(){
$('#funnels_video1').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239096&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
$('body').on('click', '#href_funnels_video2', function(){
$('#funnels_video2').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239095&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
$('body').on('click', '#href_funnels_video3', function(){
$('#funnels_video3').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239123&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
$('body').on('click', '#href_funnels_video4', function(){
$('#funnels_video4').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239125&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
$('body').on('click', '#href_funnels_video5', function(){
$('#funnels_video5').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239126&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
$('body').on('click', '#href_funnels_video6', function(){
$('#funnels_video6').html('<iframe src="https://vk.ru/video_ext.php?oid=-140502045&id=456239127&autoplay=1" width="428" height="307" allow="autoplay; encrypted-media; fullscreen; picture-in-picture; screen-wake-lock;" frameborder="0" allowfullscreen></iframe>');
});
}
)