bootbox 3.2.0
See the version list below for details.
dotnet add package bootbox --version 3.2.0
NuGet\Install-Package bootbox -Version 3.2.0
<PackageReference Include="bootbox" Version="3.2.0" />
paket add bootbox --version 3.2.0
#r "nuget: bootbox, 3.2.0"
// Install bootbox as a Cake Addin #addin nuget:?package=bootbox&version=3.2.0 // Install bootbox as a Cake Tool #tool nuget:?package=bootbox&version=3.2.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.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
ensure onEscape handlers return callback values properly (GH-91)
ensure clicking close button invokes onEscape handler if present
3.1.0
ensure confirm and prompt methods return callback values properly (GH-90)
address various jshint warnings (GH-79)
add setBtnClasses method for custom standard button classes (GH-87)