How to create a pop-up login/register?

1k Views Asked by At

I am new, so tutorials/book recommendations would be excellent. I am looking to create a pop-up login/register similar to these sites below:

http://www.pacsun.com/

http://www.sears.com/

http://www.huffingtonpost.com/

I also would appreciate the name of what it is called.

2

There are 2 best solutions below

0
On

You may use magnific popup, it's easily customize and it's have lot's of features. If you don't want to lot of features then you can build your own magnific popup js easyly

Documentation: http://dimsemenov.com/plugins/magnific-popup/documentation.html

0
On

One option is magnific popup.

Magnific popup

Another option is Avgrund.js

Avgrund.js

However, if you really want to do it on you own without external sources, then create a div with all the options. Then style it using css, and set visibility to invisible. Finally, using jquery, make it visible on button click.