JQuery Modal Dialog without jQueryUI

I was wondering how to implement a modal dialog with a background overlay with jQuery without using the jqueryUI plugin?

+2


a source to share


2 answers


There are a bunch of jQuery plugins out there that will handle modal windows for you. I personally have used SimpleModal with great success .



You can always bake your own relatively easily, but popular plugins often confuse cross-browser issues and offer you additional flexibility.

+4


a source


Check out this linked article by me on SO, Thickbox Alternatives . Most people liked the colorbox, but I personally liked Nyromodal. Check it.



0


a source







All Articles