views:

53

answers:

3

I have used a ton of javascript popup windows over the years, any recommendations on the best one out there?

I would like to see if there are better ways to do popups.

+1  A: 

QTip's really nice, its a Jquery based library that has a really clean look to it

I have also used Jquery Dialog, but find that QTip has some really nice features (see the images and stuff)

I had a very strange bug with Qtip the other day and the creator got back to me within twenty minutes of my git post and helped me debug it.

Good support, Great product

Aardvark
+1  A: 

jQuery dialog is quite good.

Darin Dimitrov
+1  A: 

Eric Martin's SimpleModal plug-in is quite nice and easy to use.

David Hoerster