%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/local/templates/UB/components/bitrix/menu/profile/
Upload File :
Create Path :
Current File : //home/bitrix/www/local/templates/UB/components/bitrix/menu/profile/script.js

BX.ready(function(){

	$('#image-cropper').cropit({ imageBackground: true, width:400, height:400 });

	$('#select-image-btn').click(function() {
	  $('.cropit-image-input').click();
	});
	
	$('form[name="lk_profile"]').find('select').chosen({disable_search_threshold: 100, width: "100%"});

	$('#save-image-btn').click(function() { // Сохранение аватара
		BX.ajax.post(
			'/local/components/UB/ub.ajax.post_avatar/ajax.php',
			{
				'avatar': $('#image-cropper').cropit('export', { type: 'image/jpeg', quality: .9, originalSize: false } ),
				'sessid': $('#sessid').attr('value')
			},
			function(result){
				console.dir(result);
				// закрываем окно
				$('#avatarloader').modal('hide'); 
				// заменяем картинку
				$('.portfolio-item > div').html(
					'<img src="'+$('#image-cropper').cropit('export',{type:'image/jpeg',quality:.9,originalSize:false})+'" width="250" height="250" />'
				);
			}
		);		
	});

});

Zerion Mini Shell 1.0