views:

473

answers:

2

How do I bring up an absolute div on an "action" in jQuery?

What I want is similar to reddit or digg, when you try to vote without logging in, it will prompt you to log in or register.

Thanks.

+3  A: 

You can use the dialog in jQuery UI to achieve this. Check out the link http://jqueryui.com/demos/dialog/

Dhana
+1  A: 

i use this example

http://www.chazzuka.com/blog/?p=82

its work good , ajax + jquery.

i open it in popup using

greybox

http://orangoo.com/labs/GreyBox/

Haim Evgi