| Server IP : 207.244.250.86 / Your IP : 216.73.216.10 Web Server : Apache System : Linux plesk1.codeponents.com 4.18.0-240.10.1.el8_3.x86_64 #1 SMP Mon Jan 18 17:05:51 UTC 2021 x86_64 User : motionave ( 10025) PHP Version : 8.0.15 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/motionave.com/devsite.motionave.com/wp-content/themes/brooklyn/js/ |
Upload File : |
;(function($){
$(document).ready(function(){
/* simple function to check if elements does exist */
jQuery.fn.exists = function(){
return this.length>0;
}
/* check if we have video players available */
if( $(".ut-selfvideo-player").exists() ) {
$(".ut-selfvideo-player").each(function() {
var $videoplayer = $(this)[0],
playervolume = $(this).attr("volume") / 100;
/* set volume */
$videoplayer.volume=playervolume;
});
$('.ut-video-control').not('.youtube').click( function( event ) {
var player_id = $(this).data("for"),
$videoplayer = $('#'+player_id)[0];
if( $(this).hasClass("ut-unmute") ) {
$videoplayer.muted=false;
$(this).removeClass("ut-unmute").addClass("ut-mute");
} else {
$videoplayer.muted=true;
$(this).removeClass("ut-mute").addClass("ut-unmute");
}
event.preventDefault();
});
}
});
})(jQuery);
/* ]]> */