Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

message


jQuery Msg

jQuery-msg is a jQuery plugin to display messages to the user.

jQuery-msg is a good way to show errors or warnings messages.

Its main features are:

  • Is very light. Minified version is less than 2 KB.
  • Effects and times are highly configurable.
  • The style is completely configurable with CSS.

Title Alert

Description

Plugin for flashing messages in the browser title bar. Useful for notifying users about website events when the browser/tab is out of focus (i.e. chat messages).

Usage example:

$.titleAlert("Hello World!", {
    requireBlur:true,
    stopOnFocus:true,
    duration:10000,
    interval:500
});

Will flash title bar with text "Hello World!", if the window doesn't have focus, for 10 seconds or until window gets focused, with an interval of 500ms

Notification Message

Notification Message Plugin is jQuery Plugin inspired by iPhone notification message and Oleg Slobodskoi's humanized messages plugin.
http://jsui.de/projects/humanizedmessages/

statusmessageQ

Display status messages in a consistent and friendly manner.

* Simple usage - just pass the message and type of message
* Make the messages sticky or auto clear
* Optionally animate the showing and clearing of messages
* Optionally warn users about old browsers - such as IE6
* And more

jQuery Message Queuing: Get all your JavaScript ducks in a row

With jQuery Message Queuing, you can process and manage operations on large queues of items or elements. You can throttle, giving each operation a little breathing room (firing tracking pixels, performing DOM manipulations). You can force multiple asynchronous operations to execute serially (AJAX requests). You can also get some quantity of JavaScript ducks, put them in a boat, in a line, and have them fight loudly over who gets to use the oars.

Full documentation, source, and examples are available on benalman.com.

jQuery Msg Alert

Create easily alert messages to all your users, because the usage is very simple.
This plugin uses jQuery UI Dialog, so you have all Dialog methods and properties and also these new properties about where and when the alert should appear.

Flash messenger

Flash Messenger

Best way to inform users after they submit a form

Plugin features
  • flashes the box on the screen containing specific message
  • automaticaly closes the box or waits for user to close it (set by parameters)
  • all main features can be parametrized (position, style of the box, delays, etc.)

showMessage

Inspired by a similar feature at Twitter.com, this jQuery Plugin will help you display messages at the top of your page with an assortment of options.

A first attempt at a jQuery Plugin, although it works fine for my liking, I am sure there are many things that can be done more effectively.

  • Message displayed at the top of page (no scrolling to view error)
  • Multiple messages can be displayed
  • Options to automatically close the message after set delay
  • Message closes with blur/’esc’ key/’close’ link

jQuery Floating Message

jQuery Floating Message Plugin is for display easy messages.

This plugin is provided under the following MIT license.

Requires jQuery , jQuery UI.

Supported Browser : IE 7.x , IE 8.x , Firefox 3.x , Google Chrome2.x

Bugs : Animation bug was occured when customize position. occur browsers are IE 7.x , IE 8.x , Google Chrome2.x

SHOW NOTICE PLUGIN

The plugin displays a user to your message.
Notification is displayed 4000 milliseconds.
timeDisplay: 4000 / / default
Background, notification lightpink.
bgColor: 'lightpink' // default
$().errmessage({message: 'your notice'}); / / example,
or
$().errmessage({
message: 'red backround and 2000 milliseconds displayed',
bgColor : 'red',
timeDisplay : 2000
});
---
Плагин отображает пользователю ваше сообщение.
Уведомление отображается 4000 милисекунд.
timeDisplay : 4000 // по умолчанию
Фон, уведомления lightpink.
bgColor : 'lightpink' // по умолчанию
$().errmessage({message : 'your notice'}); // пример,
или
$().errmessage({
message : 'красный фон и 2000 миллисекунд отображения',
bgColor : 'red',
timeDisplay : 2000
});