[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-08 Thread Kyrre Nygård
Err.. where's the message I just posted? Wizzud, did I sent it directly to you instead? On May 8, 2:24 am, Wizzud [EMAIL PROTECTED] wrote: There's Shadowbox too (http://mjijackson.com/shadowbox/). On May 8, 12:06 am, Adwin Wijaya [EMAIL PROTECTED] wrote: I use JQuery UI Dialog ...easy and

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-08 Thread Kyrre Nygård
I wish Google'd let me fix the typos in my posts. mmiller: Wow, that sure is simple! But perhaps a little bit too simple. Like Einstein said: Everything should be made as simple as possible, but no simpler. Cool thing it's based on jqModal though. Wizzud: Looks interesting indeed man, thanks a

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-08 Thread Adam Greene
another favorite of mine is: http://famspam.com/facebox/ though the Jquery UI stuff is looking pretty darn good!! adam -- Adam Greene SweetSpot.dm -- Diabetes Wellness for the Family http://www.SweetSpot.dm http://blog.SweetSpot.dm On May 8, 2:37 am, Kyrre Nygård [EMAIL PROTECTED] wrote:

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-07 Thread mmiller
blockUI - http://www.malsup.com/jquery/block/ You wanted simple. On May 7, 3:36 pm, Kyrre Nygård [EMAIL PROTECTED] wrote: Hello! What's the best way to do a Lightbox-like modal windows? jqModal? Facebox? Thickbox? There are so many options out there, so many of them look so bloated and

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-07 Thread Adwin Wijaya
I use JQuery UI Dialog ...easy and elegant :) enough for simple to complex dialog box. for displaying error/warning/info I use jqalert() as replacement of alert box by browser. On May 8, 4:36 am, Kyrre Nygård [EMAIL PROTECTED] wrote: Hello! What's the best way to do a Lightbox-like modal

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-07 Thread Wizzud
There's Shadowbox too (http://mjijackson.com/shadowbox/). On May 8, 12:06 am, Adwin Wijaya [EMAIL PROTECTED] wrote: I use JQuery UI Dialog ...easy and elegant :) enough for simple to complex dialog box. for displaying error/warning/info I use jqalert() as replacement of alert box by