Hi all,
I have file1.html that create a easyui-tab with the name "List".
The easyui-tab "List" call file11.html.
file11.html create two other tab: AAA and BBB
All works ok.
In the following link you can try it:
http://195.144.40.170/CCC/file1.htmlNow in file11.html I add the following code in order to close tab "BBB".
<script type="text/javascript">
$(function() {
$('#tt11').tabs('close', 'BBB');
});
</script>As you can try in the following link I receive an error.
http://195.144.40.170/CCC/file2.htmlAny help to solve this problem is appreciated.
Regards.
Miche