Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Have you tried looking at how the third-party ones work? – ceejayoz Feb 1 '10 at 23:23

1 Answer

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

share|improve this answer
This plugin cannot be used on multiple items on the same page. – Glenn Nelson Jan 25 at 16:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.