这是我的javascript代码
function zTreeOnClick(event, treeId, treeNode) {
if ($("#tt").tabs("exists", treeNode.name)) {
$("#tt").tabs("select", treeNode.name);
} else {
$("#tt")
.tabs(
"add",
{
title : treeNode.name,
closable : true,
content : "",
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号