HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/HBergman/dezaakpartners.nl/wwwroot/wp-content/plugins/mouseover-free/js/imageup.js
jQuery(document).ready(function() {

jQuery('.uploadbtn').click(function() {
	btnID    =  jQuery(this).attr('id');
	textID   = '#default_img_id'+btnID;
	uploadID = jQuery(textID);
	imgID    = '#default_img'+btnID;
 	imgfield = jQuery(imgID);
 	tb_show('', 'media-upload.php?type=image&TB_iframe=true');
 	return false;
});

jQuery('.roluploadbtn').click(function() {
	btnID    =  jQuery(this).attr('id');
	textID   = '#mouseover_img_id'+btnID;
	uploadID = jQuery(textID);
	imgID    = '#mouseover_img'+btnID;
 	imgfield = jQuery(imgID);
 	tb_show('', 'media-upload.php?type=image&TB_iframe=true');
 	return false;
});

window.send_to_editor = function(html) {
 imgurl = jQuery('img',html).attr('src');
 uploadID.val(imgurl);
 imgfield.attr('src',imgurl)
 tb_remove();
}

jQuery( "#tabs" ).tabs();
jQuery('.color').wpColorPicker();
});