Вход Регистрация
Файл: templates/frontend/dark-red/js/jquery.video.js
Строк: 91
<?php
function copyToClipboard(input) {
  
/* Get the text field */
  
var copyText document.getElementById(input);

  
/* Select the text field */
  
copyText.select();
  
copyText.setSelectionRange(099999); /*For mobile devices*/

  /* Copy the text inside the text field */
  
document.execCommand("copy");

  
/* Alert the copied text */
  
$("#" input '_copied').html('<i class="fas fa-check"></i>');
}    

function 
is_int(x) {
    return 
=== 0;
}

$(
document).ready(function(){
    $(
"body").on('click'"a[id='video_share']", function(event) {
        
event.preventDefault();            
        $(
"#shareModal").modal('show');        
    });
    
    $( 
"#custom_width" ).change(function() {
        var 
cw = $( "#custom_width" ).val();
        if ( 
is_int(cw) && cw >= 320) {
            if ($(
"#custom_size").hasClass("has-error")) {
                $(
"#custom_size").removeClass("has-error");
            }
            var 
ch Math.roundcw / ( video_width video_height ) );
            $( 
"#custom_height" ).valch );
            var 
embed_code '<iframe width="' cw '" height="' ch '" src="' base_url '/embed/' evideo_vkey '" frameborder="0" allowfullscreen></iframe>';
            $( 
"#video_embed_code" ).valembed_code );
        }
        else {
            $(
"#custom_size").addClass("has-error");
        }
        if ( 
cw == '' && $( "#custom_height" ).val() == '') {
            if ($(
"#custom_size").hasClass("has-error")) {
                $(
"#custom_size").removeClass("has-error");
            }            
        }        
    });

    $( 
"#custom_height" ).change(function() {
        var 
ch = $( "#custom_height" ).val();
        if ( 
is_int(ch) && ch >= 180) {
            if ($(
"#custom_size").hasClass("has-error")) {
                $(
"#custom_size").removeClass("has-error");
            }                    
            var 
cw Math.roundch * ( video_width video_height ) );
            $( 
"#custom_width" ).valcw );
            var 
embed_code '<iframe width="' cw '" height="' ch '" src="' base_url '/embed/' evideo_vkey '" frameborder="0" allowfullscreen></iframe>';
            $( 
"#video_embed_code" ).valembed_code );
        }
        else {
            $(
"#custom_size").addClass("has-error");
        }
        if ( 
cw == '' && ch == '') {
            if ($(
"#custom_size").hasClass("has-error")) {
                $(
"#custom_size").removeClass("has-error");
            }            
        }        
    });

    $(
"a[id*='video_favorite']").click(function(event) {
        
event.preventDefault();
        var 
video_id    = $(this).attr('data-vid');
        $.
post(base_url '/ajax/favorite_video', { video_idvideo_id },
        function (
response) {
            if ( 
response.status == ) {
                
alertBottom(response.msg'error');
            } else {
                
alertBottom(response.msg'success');
            }    
        }, 
'json');                                                
    });

    $(
"body").on('click'"a[id='video_flag']", function(event) {
        
event.preventDefault();            
        $(
"#flagModal").modal('show');        
    });    
    
    $(
"button[id='submit_flag_video']").click(function(event) {
        
event.preventDefault();
        var 
type            'video'
        
var item_id         = $(this).attr('data-vid');
        var 
flag_id         = $("input[name='flag_reason']:checked").val();
        var 
message         = $("textarea[id='flag_message']").val();
        $.
post(base_url '/ajax/flag_' type, { item_iditem_idflag_idflag_idmessagemessage },
        function(
response) {
            $(
"#flagModal").modal('hide');            
            if ( 
response.status == ) {
                
alertBottom(response.msg'error');
            } else {
                
alertBottom(response.msg'success');
            }
        }, 
'json');
    });    
    
    $(
"body").on('click'"a[id='user_subscription']", function(event) {
        
event.preventDefault();
        var 
user_id    = $(this).attr('data-uid');
        $.
post(base_url '/ajax/user_subscription', { user_iduser_id },
        function(
response) {
            if ( 
response.status == ) {
                
alertBottom(response.msg'error');            
            } else {
                $(
"#user_subscription").html(response.btn);                
                $(
"#total_subscribers").html(response.total_s);                        
                
alertBottom(response.msg'success');    
            } 
        }, 
'json');
    });        
    
});
?>
Онлайн: 0
Реклама