Title: Load data into two forms in two different tabs Post by: rezzonico on April 13, 2016, 06:54:21 AM Hi all,
I need help with the following page: http://195.144.40.170/jeasyui/LLL/index.html If (after selecting the link) you select the "Load" button, data is loaded only into the first tab (Form1) but not into the second tab (Form2). If (before selecting the "Load" button) you select the second tab (Form2), all works as expected. How can I solve this ? Thanks for any help Miche Title: Re: Load data into two forms in two different tabs Post by: jarry on April 13, 2016, 08:43:11 AM You must call 'refresh' method to load the content of the second tab panel before calling the 'loadFunc' function.
Code: var p = $('#tt').tabs('tabs')[1]; |