From 7dae53f0b8c4d7b0411d5aa3bf949f418576b794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bilal=20=C3=87=C4=B1narl=C4=B1?= Date: Tue, 14 Jul 2015 14:34:50 +0300 Subject: [PATCH] Documentation --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fbba45c..fd91492 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Simple jQuery dialog plugin. Opens a confirmation dialog. Sample usage, +``` +Open Dialog +``` + ```JAVASCRIPT $(".dialog").dialog({ title: "Hello World!", @@ -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