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

2008-05-08 Thread Kyrre Nygård
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 windows? jqModal

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

2008-05-08 Thread Kyrre Nygård
: 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

[jQuery] How to trigger my modal window after 30 seconds?

2008-05-08 Thread Kyrre Nygård
Please excuse me, I'm a bit new to all of this. I'm trying to use jqModal for my Lightbox-like newsletter signup. Right now it's being triggered by a link. Instead, how do I trigger it after 30 seconds? It would also be cool if I could make it not bother the same user more than once... maybe a

[jQuery] Has anyone ever done a newsletter signup?

2008-05-07 Thread Kyrre Nygård
Hello. I'm trying to patch together something like the newsletter signup on http://www.gimme.no except with jQuery and perhaps Facebox. I haven't gotten around to finding the PHP code I'll be needing either. When I do, it'll probably be something so bloated that I'll have to spend hours trying

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

2008-05-07 Thread Kyrre Nygård
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 really getting confused. Maybe you guys with experience and all could show me the right way? I'm looking for the simplest, most