web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginUpload/upload-button.js
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 18 Dec 2012 17:47:31 -0800
changeset 201 9db125e8f1e0
parent 194 32102edaa81b
permissions -rw-r--r--
ajout de slide part 2

jQuery(document).ready(function(){
	jQuery('#upload_image_button').click(function() {
		formfield = jQuery('#upload_image').attr('name');
		post_id = jQuery('#post_ID').val();
		tb_show('', 'media-upload.php?post_id='+post_id+'&amp;type=image&amp;TB_iframe=true');
		return false;
	});
});