Skip to content

Popover Error Messages with jQuery Validation and Twitter Bootstrap

Notifications You must be signed in to change notification settings

cojitza/TWBootstrapJQValPopover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Popover Error Messages with JQuery Validation and Twitter Bootstrap

Displays error messages as [Twitter Bootstrap Popovers] (http://twitter.github.com/bootstrap/javascript.html#popovers) instead of inline text.

##Usage

Include the jquery.validate.bootstrap.js along with the jquery validation scripts

###Basic Display an required error message to the right of the input:

<input type="text" data-rule-required="true"/>

###Default Values Using the twitter bootstrap default values:

<input type="text" title="Error Message Title"
	data-rule-required="true" 
    data-placement="bottom" />

About

Popover Error Messages with jQuery Validation and Twitter Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published