HEX
Server: LiteSpeed
System: Linux eko108.isimtescil.net 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: uyarreklamcomtr (11202)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/image-radio-field.js.tar
httpdocs/wp-content/plugins/so-widgets-bundle/base/inc/fields/js/image-radio-field.js000064400000001073151556314040033116 0ustar00var/www/vhosts/uyarreklam.com.tr/* global jQuery, soWidgets */

( function( $ ) {

	$( document ).on( 'sowsetupform', function( e ) {
		var $form = $( e.target );

		$form.find( '.siteorigin-widget-field-type-image-radio' ).each( function() {
			var $$ = $( this );
			$$.find( 'input[type="radio"]:checked' ).parent().addClass( 'so-selected' );
			$$.find( 'input[type="radio"]' ).on( 'change', function() {
				$$.find( 'input[type="radio"]' ).parent().removeClass( 'so-selected' );
				$$.find( 'input[type="radio"]:checked' ).parent().addClass( 'so-selected' );
			} );
		} );
	} );

}( jQuery ) );