Skip to content

Commit

Permalink
updated my bad markdown formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
rewdy committed Apr 20, 2012
1 parent dc40da7 commit 9c1e644
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.markdown
@@ -1,20 +1,24 @@
h1. BladeModal Beta
BladeModal Beta
===

h2. Overview
Overview
---

BladeModal is a jQuery plugin to create inline modals in website content.

BladeModal is somewhat unique in that it creates the modals within the content instead of as an overlay that covers or blacks out the rest of the content on the page. BladeModal is often useful for help dialogs disperced throughout a range of content, as a way to zoom a thumbnail image, or as part of a portfolio.

Currently, BladeModal is in an early beta stage. While it is fully functional, there are a number of features that need to be added and enhanced.

h2. Features
Features
---

* Intelligently inserts the modal after the closest parent that is a block level element. This means it will place the content where it makes the most sense in the HTML markup. (Via an option, this is further configurable as well.)
* Had three modes for including content: images, asyncronously loaded (AJAX) content, or iframe content. The mode is chosen automatically, but can be forced with an option.
* Fully stylable with CSS.

h2. Use
Use
---

Typical jQuery style implementation—target the links with a selector and fire off the method:

Expand Down

0 comments on commit 9c1e644

Please sign in to comment.