Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaninia authored Dec 16, 2020
1 parent 4d45934 commit 32f0567
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<h1 dir="rtl">طریقه استفاده</h1>
<p dir="rtl">ابتدا شما باید پوشه asset را به پروژتون اضافه کنید بعد از اضافه کردن طبق دستور زیر میتوانید از این پلاگین استفاده کنید :</p>

```html
<input type="text" readonly class="date"/>
```

```js
$('.date').on('click', function(e) {
e.preventDefault();
$.dateSelect.show({
element: $(this)
});
});
```

0 comments on commit 32f0567

Please sign in to comment.