Feedback tab like www.monyta.com

javascript, jquery, jquery-plugins, user-feedback

Solution

Have a look at the jQuery "Tab slide Out" Plugin. It does virtually everything you demanded.

You can take a look at the demo here.

There is even a demo with integrated AJAX form available, along with the according blog post

Problem

I am interested in adding a stick feedback tab to be hosted on my page. No third party ones like uservoice, monyta, getsatifaction.. etc. It should be sticky while scrolling vertically and the tab should slide out showing a form to be filled out and submitted, very much like monyta. Any JQuery plugins (or plain Javascript) which do this? Want one which is mostly done and not you-can-do-this-yourself stuff.

Original source