i am using jquery UI Tabs (1.8.9) and i have some tabs in my web page.
On each tab, i have a jqGrid 3.8.2 which is loading json data at the loading of the page.
For the first tab, everything is ok, i see the Loading yellow box from jqGrid and it disappears. But the problem is, when i move to another tab, i see the jqGrid loaded but i have the small loadui from JQGrid still appearing on all jqgrid of hidden tabs. Refreshing hides it ..
Is it a bug ? something i can fix ? or is there a way to hide it when i change tab ? (i have tried hiding $(".loading") when i change tab but it doesn't work ..
Hmmm one detail : it does that only in IE7 not in Firefox nor Chrome
Thanks