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.
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.
You can use the dialog in jQuery UI to achieve this. Check out the link http://jqueryui.com/demos/dialog/
i use this example
http://www.chazzuka.com/blog/?p=82
its work good , ajax + jquery.
i open it in popup using
greybox