Your IP : 216.73.216.95


Current Path : /var/test/www/ya/wp-content/plugins/meanthemes-tools/include/js/
Upload File :
Current File : /var/test/www/ya/wp-content/plugins/meanthemes-tools/include/js/script.js

(function ($) {
	$('.pw-gallery').each(function() {
		var instance = this;

		$('input[type=button]', instance).click(function() {
			var gallerysc = '[gallery ids="' + $('input[type=hidden]', instance).val() + '"]';
			wp.media.gallery.edit(gallerysc).on('update', function(g) {
				var id_array = [];
				$.each(g.models, function(id, img) { id_array.push(img.id); });
				$('input[type=hidden]', instance).val(id_array.join(","));
			});
		});
	});
}(jQuery));