in many places in application I have buttons/inline edits that cause AJAX requests. However now users don’t receive any feedback about the action.
Do you know any plugin that will display (slide in) a small box at the top of the page (something like here on StackOverflow, but smaller like 100px width with text: Saving…) with a message once I perform the request, and then I could it fade out once request is done?
I use http://stanlemon.net/pages/jgrowl on all my projects.
edit: as @eicto said in the comment noty plugin looks pretty awesome, and I’ll be looking into using that from now on as it has a lot more options.