=== jQuery Notify === Contributors: mindshare, sekatsim Donate link: http://jquery-notify.mindsharelabs.com/ Tags: notification, notify, jquery, popup, message Requires at least: 3.0 Tested up to: 3.4.1 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html An attractive, lightweight, and highly configurable jQuery notification pane. == Description == jQuery Notify: a fast and easy way to display notifications on your website. Some possible uses: * Form validation ("Please fill out all of the fields.") * A welcome message the first time someone visits your site. * Newsletter subscription form * Submission confirmation: ("Message sent. We'll be in touch soon.") * Breaking news, updates, special offers * Advertising Try a [demo](http://jquery-notify.mindsharelabs.com/).
Notification body content.
[/jq_notify]`And this is some more
"; jq_notify($content, 'default', 2000, 500, );` == Frequently Asked Questions == = How do I add custom styles? = In your custom stylesheet for your theme, add a new selector, using the following as a template: `.jqnm_message.my-style-name{ background-color: #4ea5cd; border-color: #3b8eb5; }` You would then use this style with `[jq_notify style="my-style-name"] Content [/jq_notify]` == Screenshots == == Changelog == = 0.2 = * Added options page * Option to set global defaults * Option to enable close button * Added default parameters to template tag = 0.1 = * First release