Skip to content

matteosaporiti/meteor-bootstrap-confirmation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootstrap3-confirmation

Meteor packaging of ethaizone/Bootstrap-Confirmation with Bootstrap 3 support

This package is MIT Licensed. Do whatever you like with it but any responsibility for doing so is your own.

All rights to ethaizone/Bootstrap-Confirmation are with the original author

Example

In your handlebars template:

<input type="text" class="form-control" id="my-input">

In client-side JS code:

Template.mytemplate.rendered=function() {
	this.$('#my-input').confirmation();
}

See http://ethaizone.github.io/Bootstrap-Confirmation/ for more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published