[#] hm X_Shell Backd00r [#]

Current Path : /var/www/clients/client35/web46/web/js/
Upload File :
Current File : /var/www/clients/client35/web46/web/js/ImgModal.js

function showImgModal(img){
	var modal = $('#bannerModal');
	var imgsrc = modal.find('img');

	var imgs = img.split(',');

	var items = '';
	$.map(imgs, function(i, key){
		var active = key == 1 ? 'active' : '';
		items += '<div class="item '+active+'">';
			items += '<img src="img-modal/'+i+'" alt="'+i+'">';
		items += '</div>';
		$('#modalSlider').append(items);
	});


}

Mr.hm X_Shell Backd00r 1.0, Coded By Mr.hm X_Shell Backd00r