Skip to content

Commit 7156917

Browse files
committed
commit version 1.1.0
1 parent 6770c19 commit 7156917

File tree

3 files changed

+428
-355
lines changed

3 files changed

+428
-355
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
/download.php
99
/index.js
1010
/index.css
11-
/analytics.js
11+
/analytics.js
12+
/demo.js

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)