Dialogs for web solutions mobile friendly
Introduction
When building mobile friendly web solutions I needed a language agnostic solution and went with BootBox JS.
Example of a simple alert that is setup
Code sample
$('#simpleBootBox10').click(function (event) {
bootbox.alert({ message: "Example for positioning", centerVertical: true });
});
Here are several examples
Source code: GitHub repository.
Comments
Post a Comment