jQuery(document).ready(function($){ $.ajax({ type: "GET", //dataType: "html", url: "https://www.genecopoeia.com/wp-content/plugins/list_misc_product_plus/js/../list_misc_product_plus_admin_ajax.php", data: "action=init&postID=", beforeSend: function(){$("#postexcerpt").after('

List Products

Loading...
');}, success: function(msg){ $("#list_misc .inside").html('').append(msg); } }); });