$("#upcp-tabbed-addtl-info-2").removeClass("upcp-Hide-Item");
$("#upcp-tabs").remove();
$(".upcp-scroll-content").remove();
- $(".upcp-tabbed-button-left-div .upcp-tabbed-button-div").remove();
- $(".upcp-tabbed-button-right-div .upcp-tabbed-button-div").remove();
+ $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
+ $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
// $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
});
$("#upcp-tabbed-addtl-info-2").removeClass("upcp-Hide-Item");
$("#upcp-tabs").remove();
$(".upcp-scroll-content").remove();
- $(".upcp-tabbed-button-left-div .upcp-tabbed-button-div").remove();
- $(".upcp-tabbed-button-right-div .upcp-tabbed-button-div").remove();
+ $(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
+ $(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
// $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
});