From 9b05e61744d3bbc62b0e659b021ccdca57fa7c05 Mon Sep 17 00:00:00 2001 From: Nikola Stamatovic Date: Mon, 29 Jul 2019 14:51:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5e7358..6da271d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Add some styles to it and ta f**king da! Never again will you have to write this trivial code. (For the duration of my career, till now, about 12 years, I've been writing this code every time from point zero... Retarded? My mom always said I was special...) +[DEMO HERE ⤻](http://stamat.github.io/jquery.expandable) + ## Options * **height** (int) [default: 200] - set the height of the expandable element, if targeted content height is larger everything below this value will be hidden and "show more" button will appear. This code hooks onto window resize event so it will be responsively calculated.