Title: Something wrong with Tabs Post by: slvu on August 22, 2012, 02:40:37 AM In my index.jsp, i used the tabs to show the content of tab1.jsp and tab2.jsp. THE PROBLEM IS: When i clicked the tabs(both tab1,tab2 ) the first time, the content would be shown in the center region, BUT closed at once automaticly. and then it just work correctly. Pls pay attention to the content in RED COLOR. Thank you very much and Look forward to your reply the coding is following. Code: <body class="easyui-layout" > There is a JS file, just like that. Code: function addTab(title, href) { Title: Re: Something wrong with Tabs Post by: slvu on August 22, 2012, 02:42:09 AM i used the jquery-easyui-1.3.
Title: Re: Something wrong with Tabs Post by: stworthy on August 23, 2012, 05:14:47 AM It seems that there are no problems with the code. When clicking the tab title of panel, the panel would be opened not closed.
Title: Re: Something wrong with Tabs Post by: slvu on August 23, 2012, 06:29:15 PM oh,no...My god.
But the panel really opened and closed soon..... just one click, the actions followed. It seems that there are no problems with the code. When clicking the tab title of panel, the panel would be opened not closed. |