File: README.md

Recommend this page to a friend!
  Classes of Elger van Boxtel   JS modal dialog   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: JS modal dialog
jQuery plugin to open modal dialogs
Author: By
Last change: Add a Bitdeli badge to README
Date: 2 years ago
Size: 479 bytes
 

Contents

Class file image Download

JSModal

Javascript library for showing content in a fancy modal dialog with a nice overlay.

See http://elgervanboxtel.nl/labs/plugins/modal for code examples & documentation

After you're included the CSS and Javascript files on the page, you should do something like this:

$('.modal').modal({
  title:'Modal Title'
});

Bitdeli Badge