[jQuery] Re: (treeview) expandable / collapsable classes badly assigned in inactive tabs (jquery ui tabs)

2009-11-13 Thread jawosis
Anyone having noticed the same issue? On 12 nov, 23:16, jawosis jochenke...@gmail.com wrote: Hi, I noticed that the expandable-hitarea and collapsable-hitarea classes are not assigned as they should in inactive tabs when using jquery ui tabs. The lists in these inactive tabs are expanded

[jQuery] (treeview) expandable / collapsable classes badly assigned in inactive tabs (jquery ui tabs)

2009-11-12 Thread jawosis
Hi, I noticed that the expandable-hitarea and collapsable-hitarea classes are not assigned as they should in inactive tabs when using jquery ui tabs. The lists in these inactive tabs are expanded by default (just as they should) but the assigned class is expandable-hitarea, thus showing the wrong

[jQuery] Re: Jquery cycle plugin and images included dynamically

2008-04-17 Thread jawosis
is hidden, the cycle plugin cannot find its dimensions (hidden elements have dimensions 0x0). Instead of display:none, have you considered off-screen positioning or visibility:hidden instead? Diego On Apr 12, 1:20 am, jawosis [EMAIL PROTECTED] wrote: Hi, I am using the jquery cycle

[jQuery] Jquery cycle plugin and images included dynamically

2008-04-11 Thread jawosis
Hi, I am using the jquery cycle plugin for slide effects of images being included dynamically to the website. Unfortunately, the images in the hidden divs will not show in their original size once being showed from the cycle script - just a icon size image is visible. How can i change this to