[jquery-ui] Re: Hiding content of tab divs until page load completes

2009-05-15 Thread Richard D. Worth
See http://docs.jquery.com/UI/Tabs#...prevent_a_FOUC_.28Flash_of_Unstyled_Content.29_before_tabs_are_initialized - Richard On Fri, May 15, 2009 at 1:39 PM, steveo wrote: > > Hello, > > I have implemented the tabs on a page successfully. However, when the > page is loading the content of the di

[jquery-ui] Re: Hiding content of tab divs until page load completes

2009-05-15 Thread Matt Wolfe
You could put some kind of visual effect like a loading graphic while you are waiting for the request to finish. this can be accomplished by manipulating css, or by putting an image in the div and then replacing it when the contents load.. On Fri, May 15, 2009 at 10:39 AM, steveo wrote: > > Hell

[jquery-ui] Re: JQuery Tabs Ajax mode

2009-05-15 Thread James
No, it's not normal behavior. Scripts should load and execute also. Have you tried just using a simple: alert('test'); as a test? On May 15, 10:57 am, FedeX wrote: > Hi everyone, I'm new on jquery ui and I'm testing the tabs > functionality. So far I'm able to retrieve a page for each tab loaded

[jquery-ui] JQuery Tabs Ajax mode

2009-05-15 Thread FedeX
Hi everyone, I'm new on jquery ui and I'm testing the tabs functionality. So far I'm able to retrieve a page for each tab loaded by ajax (pretty easy!) but now I'm trying to bring up complex pages that have js functionality and it seems that the tabs load them without the tags, is that the normal

[jquery-ui] sortable vertical align

2009-05-15 Thread f...@gmail.com
Hello, Is there any way to vertical-align sortable's elements? I tried adding it to the css but it doesn't seem to work. Also i couldn't find any info about this on the web. Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[jquery-ui] Hiding content of tab divs until page load completes

2009-05-15 Thread steveo
Hello, I have implemented the tabs on a page successfully. However, when the page is loading the content of the divs & tabs shows up unformatted as if it were one big paragraph until the page finishes loading. At this point, the tabs are rendered properly and the other divs hidden. Any ideas? Tha

[jquery-ui] JQuery UI's effects and page refreshing

2009-05-15 Thread Waleed
HI everyone, I'm new to JQuery and its UI component so perhaps this question isn't too difficult to answer. I'm building a personal website (A working version is at http://www.cc.gatech.edu/~wmanzoul/v2/ ) using the UI effects such as "slide" and "explode" and am encountering a strange situation.

[jquery-ui] Re: accordion styled menu

2009-05-15 Thread Kevin Dalman
Hi Dave, Just my 2-cents worth... Users are very familiar with accordion widgets - they are used in thousands of applications. Almost NEVER is the 'header' of an accordion panel used as link - its normal and EXPECTED functionality is to 'open' an Accordion section. So as a usability consultant,

[jquery-ui] Re: fire tabsselect on active tab

2009-05-15 Thread Matt Wolfe
By the way this application is very dynamic. Its runs in an embedded browser (IE embedded in an exe), and the exe calls a javascript function that tells it a device has been plugged into the usb port. At that point i load a set of tabs for this device. The contents of the tabs come from external so

[jquery-ui] fire tabsselect on active tab

2009-05-15 Thread mwolfe
I want to have my own custom event handler for tabsselect because I need more flexibility in the content displayed than just a basic ajax query or some static content. I basically want to be able to have my own callback function for each tab, the callback function determines what to do based on th

[jquery-ui] Re: UI 1.7.1 ui-icon and text issue??

2009-05-15 Thread Spencer
It took me about a week to figure that out. I felt stupid too, but it's not as obvious as you would think. :) On May 14, 6:23 am, THank U wrote: > thanks!!! I feal stupid the answer was in the file I was looking > at... ohhh well I guess. > > On May 14, 4:29 am, "Richard D. Worth" wrote: > > >

[jquery-ui] Re: Datepicker for hidden fields

2009-05-15 Thread Zarar
Here's the example: http://jsbin.com/usupo In this case the date picker shows up but its entirely in the wrong position. It seems the dialog() call throws off the positioning of it. Thanks, Zarar On May 13, 3:30 pm, Fontzter wrote: > Without any code examples, it is difficult to troubleshoot

[jquery-ui] Re: Unable to close a dialog from a button.

2009-05-15 Thread GervaisB
Hi, Well, I have used "this" because the jquery api has an example who us "this" (http://docs.jquery.com/UI/API/1.7/Dialog#option-buttons). But with a var moh refer to the ccontent or "this", the result is the same : the dialog never close... On May 15, 4:20 am, thaianhduc wrote: > Wow, "this"

[jquery-ui] Re: Sort Problem

2009-05-15 Thread THank U
code? On May 14, 3:15 am, Sani wrote: > Hi to All I get 20 Records from Database Using jQuery ajax this time > Sorting works well But next time when i Get 15 or 25 Records from > database Using a textBox then sorting not works again third time when > I get Records then it also works fine but at

[jquery-ui] Re: How to use draggable/droppable and sortable together

2009-05-15 Thread alias1
Ok, I am probably missing something really obvious here. But is there also a way to drag an object from a sortable out, and drop it on a normal droppable? - Glenn On May 13, 10:03 pm, alias1 wrote: > Oh, that is quite exciting indeed. I shall have a play around with it. > Cheers :) > > On May 1