jQuery(document).ready(function () { var a = window.send_to_editor; jQuery(".upload_image_button").click(function () { var b = jQuery(this).parent(); window.send_to_editor = function (c) { imgurl = jQuery("img", c).attr("src"); b.find(".upload_image_field").val(imgurl); tb_remove(); window.send_to_editor = a }; formfield = jQuery("#upload_image").attr("name"); tb_show("", "media-upload.php?type=image&TB_iframe=true"); return false }) });