web/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPluginUpload/upload-button.js
changeset 204 09a1c134465b
parent 203 f507feede89a
child 205 a4f7897e21a9
equal deleted inserted replaced
203:f507feede89a 204:09a1c134465b
     1 jQuery(document).ready(function(){
       
     2 	jQuery('#upload_image_button').click(function() {
       
     3 		formfield = jQuery('#upload_image').attr('name');
       
     4 		post_id = jQuery('#post_ID').val();
       
     5 		tb_show('', 'media-upload.php?post_id='+post_id+'&type=image&TB_iframe=true');
       
     6 		return false;
       
     7 	});
       
     8 });