403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.168
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/backup/msckey.com/wp-content/themes/woodmart/inc/admin/assets/js/vc-fields/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/backup/msckey.com/wp-content/themes/woodmart/inc/admin/assets/js/vc-fields/number.js
(function($) {
	$('#vc_ui-panel-edit-element').on('vcPanel.shown', function() {
		$('.xts-numbers').each(function() {
			let $wrapper = $(this);

			$wrapper.find('.wd-device').on('click', function() {
				let $this = $(this);

				updateActiveClass($this);
				updateActiveClass($wrapper.find('.xts-number[data-device="' + $this.data('value') + '"]'));
			});

			$wrapper.find('.xts-number').each(function() {
				let $this = $(this);

				$this.on('change', function() {
					setMainValue();
				}).trigger('change');
			});

			function setMainValue() {
				let $valueInput = $wrapper.find('.wpb_vc_param_value');
				let sliderSettings = $valueInput.data('settings');

				if ('undefined' === typeof sliderSettings.selectors) {
					return;
				}

				let $results = {
					devices : {}
				};

				var flag = false;

				$wrapper.find('.xts-number').each(function() {
					let $this = $(this);

					if ( $this.val() ) {
						flag = true;
					}

					$results.devices[$this.attr('data-device')] = {
						value: $this.val()
					};
				});

				if ( flag ) {
					$valueInput.attr('value', window.btoa(JSON.stringify($results)));
				} else {
					$valueInput.attr('value', '');
				}
			}
		});

		function updateActiveClass($this) {
			$this.siblings().removeClass('xts-active');
			$this.addClass('xts-active');
		}
	});
})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit