Skip to content

dharanasoft/jquery-bootstrap-dialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Bootstrap Dialog

The bootstrap library from twitter is amazing. This is a jquery plugin to create bootstrap dialogs. Its API is very similar to that of jQuery UI dialog. It is still in initial stages, but quite usable.

Example

$("<p>Hello Twitter Bootstrap</p>").bootstrap_dialog({
  title: "Twitter Bootstrap Dialog", 
  ok: function(){ $(this).bootstrap_dialog("close"); }
  });

Example

About

A jquery plugin to build bootstrap dialogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •