[jQuery] Weird z-index problem JQuery dialog + Text field

2009-10-19 Thread Mesquite
Hi, I have a weird problem with JQuery and IE8. When I open my JQuery Dialog, I have some input text fields in this dialog. They all look fine. Under the JQuery Dialog, the main screen contains some links. When I hover over the text fields in the dialog, the hovering(and clicking) of the links o

[jQuery] Re: Synchronous call in JQuery?

2009-09-28 Thread Mesquite
wrote: > Your question doesn't make very much sense. In your example, > doSomething2 would execute after doSomething1 finished, so it is > synchronous. > > Perhaps you could provide an example of what you're actually trying to do? > > --Erik > > > > On Mon

[jQuery] Synchronous call in JQuery?

2009-09-28 Thread Mesquite
Is there a JQuery way to execute a custom function 'after' another custom function is executed? The second function must wait until the first one has finished. (Not asynchronous but synchronous) Important: I don't want place the call to the second function in the first one. for example: doSometh