[jQuery] Re: click(fn) question

2008-06-03 Thread Leanan
Sorry guys. There are two options you can specify for UI tabs, I forget off the top of my head what they are (there's an example of it's usage in the docs for UI tabs). One is for a function to be run when a tab is clicked, the other for after the tab is loaded. So all I had to do was set the t

[jQuery] Re: click(fn) question

2008-06-03 Thread Scott Sauyet
Leanan wrote: Thanks for the assistance, guys. All is well now. Can you let us know what the fix was so that another person with the same issue might have an easier time? -- Scott

[jQuery] Re: click(fn) question

2008-06-03 Thread Leanan
Thanks for the assistance, guys. All is well now.

[jQuery] Re: click(fn) question

2008-06-02 Thread Scott Sauyet
Michael Geary wrote: It's funny, my guess is the opposite of Scott's. I'm also not familiar with the flot code, but it sounds like something that may run *synchronously* and therefore locks up the browser until it is completed. Any changes you make to the DOM will not show up on the display unti

[jQuery] Re: click(fn) question

2008-06-02 Thread Michael Geary
It's funny, my guess is the opposite of Scott's. I'm also not familiar with the flot code, but it sounds like something that may run *synchronously* and therefore locks up the browser until it is completed. Any changes you make to the DOM will not show up on the display until this finishes. If th

[jQuery] Re: click(fn) question

2008-06-02 Thread Leanan
I hadn't thought about that... I'll look into it.

[jQuery] Re: click(fn) question

2008-06-02 Thread Scott Sauyet
Leanan wrote: Does anyone know how I can get the following to work and actually display the results of the .text() calls inside the click() instead of after the .click() has processed? Thanks in advance I don't know anything about flot, but my guess is that it's processing asynchronously, so