/**
* Duplicator Dismissible Notices.
*
*/
'use strict';
var DupAdminNotices = window.DupAdminNotices || (function (document, window, $) {
/**
* Public functions and properties.
*/
var app = {
/**
* Start the engine.
*/
init: function () {
$(app.ready);
},
/**
* Document ready.
*/
ready: function () {
app.events();
},
/**
* Dismissible notices events.
*/
events: function () {
$(document).on(
'click',
'.dup-notice .notice-dismiss, .dup-notice .dup-notice-dismiss',
app.dismissNotice
);
$(document).on(
'click',
'.dup-notice .dup-multi-notice a[data-step]',
function (e) {
e.preventDefault();
var target = $(this).attr('data-step');
console.log(target)
if (target) {
var notice = $(this).closest('.dup-multi-notice');
var review_step = notice.find('.dup-multi-notice-step-' + target);
if (review_step.length > 0) {
notice.find('.dup-multi-notice-step:visible').fadeOut(function () {
review_step.fadeIn();
});
}
}
}
);
},
/**
* Dismiss notice event handler.
*
* @param {object} e Event object.
* */
dismissNotice: function (e) {
$.post(dup_admin_notices.ajax_url, {
action: 'dup_notice_dismiss',
nonce: dup_admin_notices.nonce,
id: ($(this).closest('.dup-notice').attr('id') || '').replace('dup-notice-', ''),
});
$(this).closest('.dup-notice').fadeOut();
}
};
return app;
}(document, window, jQuery));
// Initialize.
DupAdminNotices.init();
{"id":7212,"date":"2021-07-09T09:06:33","date_gmt":"2021-07-09T09:06:33","guid":{"rendered":"https:\/\/asiatexmanufacturing.com\/?post_type=product&p=7212"},"modified":"2021-08-25T03:20:18","modified_gmt":"2021-08-25T03:20:18","slug":"sm298-k3062","status":"publish","type":"product","link":"https:\/\/asiatexmanufacturing.com\/product\/sm298-k3062\/","title":{"rendered":"SM298-K3062"},"content":{"rendered":"","protected":false},"excerpt":{"rendered":"","protected":false},"featured_media":7213,"comment_status":"open","ping_status":"closed","template":"","meta":[],"product_cat":[123,155],"product_tag":[],"class_list":["post-7212","product","type-product","status-publish","has-post-thumbnail","hentry","product_cat-polyester-woven","product_cat-printed-poly"],"_links":{"self":[{"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product\/7212","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/types\/product"}],"replies":[{"embeddable":true,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/comments?post=7212"}],"version-history":[{"count":1,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product\/7212\/revisions"}],"predecessor-version":[{"id":7224,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product\/7212\/revisions\/7224"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/media\/7213"}],"wp:attachment":[{"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/media?parent=7212"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product_cat?post=7212"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/asiatexmanufacturing.com\/wp-json\/wp\/v2\/product_tag?post=7212"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}