Probably the easiest way is to use a JS/CSS framework that has a good support for popups and forms. There are a lot out there. I have personal experience with Bootstrap (one of the most popular these days) - check its documentation (look for both "popup" and "modal"), also search for available bootstrap plugins - plenty exist.
If you wanted to stick with jQuery, check out jQuery UI - a set of reusable components that might suit your needs.
HTH
Jirka
Date: Wed, 13 Feb 2013 11:35:36 -0800 (PST)
Subject: Re: Is there an easy way to popup forms?