Skip to content

Commit 73040f5

Browse files
author
Christian Stuff
committed
Added uncolumnize function to Readme
1 parent 2df0553 commit 73040f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ Columnizer does not add default "dontsplit" or "dontend" classes to your content
119119
$yourContent.find('h1, h2, h3, h4, h5, h6').addClass('dontend');
120120
$yourContent.find('br').addClass('removeiflast').addClass('removeiffirst');
121121

122+
### Uncolumnize
123+
124+
You can revert your columnized DOM by using the "uncolumnize" function.
125+
126+
$('selector').uncolumnize();
122127

123128
## Troubleshooting
124129

0 commit comments

Comments
 (0)