$(".desc-btn").click(function(e) {
$(".desc-btn").removeClass("productview_tab_inactive").addClass("productview_tab_active");
$(".info-btn, .note-btn").removeClass("productview_tab_active").addClass("productview_tab_inactive");
$(".desc-content").show("fast");
$(".info-content").hide("fast");
$(".note-content").hide("fast");
});
$(".info-btn").click(function(e) {
$(".info-btn").removeClass("productview_tab_inactive").addClass("productview_tab_active");
$(".desc-btn, .note-btn").removeClass("productview_tab_active").addClass("productview_tab_inactive");
$(".info-content").show("fast");
$(".desc-content").hide("fast");
$(".note-content").hide("fast");
});
$(".note-btn").click(function(e) {
$(".note-btn").removeClass("productview_tab_inactive").addClass("productview_tab_active");
$(".desc-btn, .info-btn").removeClass("productview_tab_active").addClass("productview_tab_inactive");
$(".note-content").show("fast");
$(".info-content").hide("fast");
$(".desc-content").hide("fast");
});
this is the
that I wrote, but I found that it seems to be possible to change it again. But I have no idea that
wants to ask the great god on the line.
Huan Chong
sure enough, thank you to all the great gods, it"s amazing