JQuery plugin to add UserVoice style feedback tab to web page
Is there a jQuery plugin that can mimic those fixed position tabs that people use on their sites? The tab is usually fixed to the left or right side of the web page.
UserVoice provides a script for submitting feedback that adds a tab to your page (they have a feedback tab on theirs if you need an example).
Stack Overflow used UserVoice a while ago.
+2
source to share
2 answers
Here you are, shameless plugin, but I created this: http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/
Try, perhaps, what you are looking for.
+8
source to share
you can simply position the css element with "position: fixed; top: xy px; left: 0 px;"
by clicking on an image or element, you can load your backend system. For example with the jQuery UI dialog box .
I hope I would understand your question correctly.
+2
source to share