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.

error


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.

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
});

Broken Image

Broken Image is able to detect and replace images that are either broken or are taking a long time to load. If no replacement image is specified then the CSS visibility is set to hidden.