Every web app needs a login box. We have created a jQuery plugin using which you can add a login-box to any DOM component using single line of code.
Also you have a function to display error message generated by server, also you can specify a callback function that needs to be executed whenever the client side validation is passed.
This is our first plugin, still has some errors and a large scope for improvement, we are working on it. Do let us know your comments both positive and negative.