[jQuery] Re: UI/Tabs docs mismatch for multiple

2009-02-07 Thread Nathaniel Whiteinge
On Feb 7, 9:54 am, Klaus Hartl wrote: > The FAQ applies to UI 1.5. > > UI 1.6 requires slightly different markup (additional container) and > works fine for me. Yes, I'm using 1.5.3 (the current release) and it does not work. Are you saying this is not possible with 1.5 and I need to run the pre

[jQuery] UI/Tabs docs mismatch for multiple

2009-02-06 Thread Nathaniel Whiteinge
The UI Tabs documentation for using in a panel [1] has conflicting info and I'm not sure how to proceed. I'd like the following, but links in the enclosed are overwritten as though they are tab links:: One Two ... ... The docs say

[jQuery] Re: Finding the next element

2008-06-11 Thread Nathaniel Whiteinge
On Jun 11, 10:57 am, yo2lux <[EMAIL PROTECTED]> wrote: > I set a click event listener on div inside td (first table row). The > other table rows don't act as an event listener. I need to obtain the > second table row after click. What I need to do ? Something like the following should do it (unte

[jQuery] Re: Favorite Modal Dialog?

2008-05-16 Thread Nathaniel Whiteinge
On May 16, 8:57 am, A13thGuest <[EMAIL PROTECTED]> wrote: > I'm needing to implement a dialog that will contain an div. I need the > rest of the page to go dark and have controls outside the dialog > disabled. BlockUI [1] does a great job of disabling things outside the dialog. .. [1] http://www

[jQuery] Re: BlockUI displayBox() thickbox alternative?

2008-05-08 Thread Nathaniel Whiteinge
On Apr 30, 5:03 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > You can still use blockUI in that way even though the displayBox > function has been removed in the 2.x line. Is there an easy way to close the box by clicking outside of it -- like how it worked in the old displayBox?

[jQuery] Re: Modal Dialog in blockUI

2008-05-07 Thread Nathaniel Whiteinge
On May 6, 9:34 am, Adam <[EMAIL PROTECTED]> wrote: > Is it possible to show an external webpage inside of a blockUI modal > dialog? I'd like to call another page via ajax and populate the > dialog instead of using a reference to a hidden div, etc. You bet:: $('someLink').click(function(){

[jQuery] Re: BlockUI displayBox() thickbox alternative?

2008-04-30 Thread Nathaniel Whiteinge
On Apr 30, 10:14 am, Nathaniel Whiteinge <[EMAIL PROTECTED]> wrote: > So if you're taking votes I say screw 'em, the overlay should show by > default on Linux. You've got a boolean setting for this in 2.0. I'm having a bad run of running my mouth before readin

[jQuery] Re: BlockUI displayBox() thickbox alternative?

2008-04-30 Thread Nathaniel Whiteinge
On Apr 30, 5:03 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > You can still use blockUI in that way even though the displayBox > function has been removed in the 2.x line. See the image box demo on > the demo page: Oh. So you can. Thanks, Mike. And thanks for BlockUI! :-) Hey FYI, I tried to e

[jQuery] BlockUI displayBox() thickbox alternative?

2008-04-29 Thread Nathaniel Whiteinge
I really dug the displayBox() thickbox from BlockUI v1.33, but it's been removed in the latest version. Thickbox implementations that have animation, and that require css and image files are much too heavy for my taste. Anyone know of an ultra-lightweight thickbox implementation to replace displa

[jQuery] Re: Forms

2008-04-23 Thread Nathaniel Whiteinge
kippi wrote: > I have built a form and now I would like to add some ajax to it. Is it > possible with jquery so load information into the form and also take > the information from the form and update the database (PHP script for > mysql part) If you can already submit the form (without Ajax) and

[jQuery] Re: jquery.com - hacked?

2007-05-06 Thread Nathaniel Whiteinge
>Sat. May 5th 6pm: We suffered our second DDOS attack today and our > host has asked us to no longer host the jQuery site with them. > Effective immediately they have shut down all services on the jQuery > server and asked us to leave. This has taken us completely by surprise > and we're worki

[jQuery] Re: Select box options as array?

2007-04-21 Thread Nathaniel Whiteinge
Excellent! Thank you both for the prompt help. - whiteinge

[jQuery] Select box options as array?

2007-04-21 Thread Nathaniel Whiteinge
I can't quite get my head around this problem and would really appreciate some advice: I've got five select boxes, all with the same five options. I'd like to loop through each select and set it's value to each one of the options. I.e. the first select is pre-filled with option one, the second se