$(this).siblings('ul').toggleClass('open');
});
});
-;/* global $, alert, jQuery */
+;/* global alert, jQuery */
$(document).ready(function () {
"use strict";
$(".upcp-scroll-content").remove();
$(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
$(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
+ alert((".upcp-tab-title").children().text());
// $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
});
-/* global $, alert, jQuery */
+/* global alert, jQuery */
$(document).ready(function () {
"use strict";
$(".upcp-scroll-content").remove();
$(".upcp-tabbed-button-left-div.upcp-tabbed-button-div").remove();
$(".upcp-tabbed-button-right-div.upcp-tabbed-button-div").remove();
+ alert((".upcp-tab-title").children().text());
// $(".prod-cat-addt-details-desc-div ul").eq(0).appendTo(".prod-cat-addt-details-main-div");
});