MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/cafsindia/public_html/wp-content/plugins/Ultimate_VC_Addons/assets/js/image-separator.js
// JavaScript Document
(function ( $ ) {
	$(document).ready(function(){
		$(document).trigger('ultImageSeparator');
	});
	$(window).on('load',function(){
		$(document).trigger('ultImageSeparator');
	});
	$(document).on('ultImageSeparator', function(event){
		$('.ult-easy-separator-wrapper').each(function(i,wr){
			var vc_row = $(this).attr('data-vc-row');
			var $row = $(this).parents('.'+vc_row+':first');
			if($row.hasClass('upb-background-text')) {
				$row = $row.parents('.'+vc_row+':first');
			}
			$(this).appendTo($row).find('.ult-no-animation').css({'opacity':'1'});
		});
	});
}( jQuery ));