Bootstrap popover for jQuery validate

    Bootstrap popover for jQuery validate

    Show error message via bootstrap popover for jquery validate.

    Supported options are:

    • popoverPosition Supported values: ‘right’, ‘top’; default to ‘right’
    • popoverContainer The container popover message will append to, default: ‘body’
    • beforeShowError A function will be called before the error popover shows, this of the function is the input html element validated

    Leave a Reply