adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

continue the number ordering in ol element not working (Safari) #194

Open schi opened 9 years ago

schi commented 9 years ago

In Safari browser numbers are wrong. I changed to

if($cloneMe.get(0).tagName == 'OL'){
    var startWith = $clone.get(0).childElementCount;
    $cloneMe.attr('style','counter-reset: li ' + startWith);
}
novalis commented 9 years ago

Chrome too. This patch works for me (assuming that I set up the necessary counter stuff in my CSS).