Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcinarli committed Jul 14, 2015
1 parent 60f88f3 commit 7dae53f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Simple jQuery dialog plugin. Opens a confirmation dialog.

Sample usage,

```
<a href="#" class="dialog">Open Dialog</a>
```

```JAVASCRIPT
$(".dialog").dialog({
title: "Hello World!",
Expand Down Expand Up @@ -40,7 +44,7 @@ onConfirm | Calls the function when confirm button clicked
onCancel | Calls the function when cancel button clicked
onClose | Calls the function when dialog is closed

### Public Metodlar
### Public Methods
Method | Description
--------------------------- | -------------------------------------------------------
$(selector).dialog(options) | Binds the plugin
Expand Down

0 comments on commit 7dae53f

Please sign in to comment.