bootbox 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package bootbox --version 3.0.0
NuGet\Install-Package bootbox -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="bootbox" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add bootbox --version 3.0.0
#r "nuget: bootbox, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install bootbox as a Cake Addin
#addin nuget:?package=bootbox&version=3.0.0

// Install bootbox as a Cake Tool
#tool nuget:?package=bootbox&version=3.0.0

Bootbox.js is a small JavaScript library which allows you to create programmatic dialog boxes using Twitter's Bootstrap modals, without having to worry about creating, managing or removing any of the required DOM elements or JS event handlers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.3.0 19,572 10/3/2014
4.2.0 6,050 3/4/2014
4.1.0 6,991 12/13/2013
3.3.0 2,834 7/26/2013
3.2.0 628 2/21/2013
3.0.0 177 1/2/2013
2.5.0 87 11/29/2012

Release: 3.0.0
bump Bootstrap dependency to 2.2.2
bump jQuery dependency to 1.8.3
ensure callbacks are always invoked even if dialogs are dismissed with escape key (GH-49)
fix button positions with Bootstrap 2.2.2 (GH-58)
stop multiple dialogs crashing browsers (GH-60, GH-64)
ensure shown event is fired properly even when animation is disabled (GH-69)
use .on instead of .bind
commentify code a bit more