|
Project Information
Members
|
$.feedbackBar is a jQuery plugin meant to provide unobtrusive feedback to the user via an absolutely positioned bar at the top of your page. The position is absolute to the page because it is meant to provide feedback that can either be automatically closed after a certain length of time or by a user action. It positioning is not meant to alter the existing page content but instead, overlay it. Features
Documentationhttp://code.ursino.info/feedbackbar/ Demoshttp://code.ursino.info/feedbackbar/#demos Simple Example$.feedbackBar("Welcome new user!", {
delay : 500,
autoClose : 5000
});
|