File tree Expand file tree Collapse file tree 3 files changed +428
-355
lines changed
Expand file tree Collapse file tree 3 files changed +428
-355
lines changed Original file line number Diff line number Diff line change 88/download.php
99/index.js
1010/index.css
11- /analytics.js
11+ /analytics.js
12+ /demo.js
Original file line number Diff line number Diff line change @@ -32,18 +32,27 @@ Popular examples:
3232
3333 //max 50 chars in the textarea
3434 <textarea class =" maxlength-50" >Lorem ipsum dolor sit amet, consectetur ...</textarea >
35+
36+ //sets the height of the div to the same height of the parent element
37+ <div class =" parentheight" >Lorem ipsum dolor sit amet, consectetur ...</div >
3538
3639 //view all cases in the project site ...
3740</body >
3841```
3942
4043##Changelog
4144
45+ ** 1.1.0** (2013-03-29)
46+ * Add class ** parentheight** for DIV elements
47+ * Add class ** language-** _ value_ for CODE elements
48+ * Add general option ** disableTags**
49+ * Reorganized code to extend/add classnames by a custom plugin
50+
4251** 1.0.1** (2013-03-21)
43- Fix JSHint warnings
52+ * Fix JSHint warnings
4453
4554** 1.0.0** (2013-03-20)
46- First version
55+ * First version
4756
4857##Contribute
4958
You can’t perform that action at this time.
0 commit comments