jQuery SubscribeBar Plugin Example

This example is showing the subscribe bar using the Bootstrap's styles.

Code for this example:

            $.subscribeBar({
                emailClass: "form-control",
                formClass: "form-inline",
                msg: "Stay tuned!",
                submitClass: "btn btn-warning",
            });