inner div invisible with jquery
- by Demiurg
I'm using JQuery tabs to implement a very simple tabbed web site design. It works OK, unless I define another div inside every pane's div - this inner div is always invisible, i.e. display:none.
I can probably hack it to make it work, but maybe I'm missing something. Is it how JQuery supposed to work ?