Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

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

Open schi opened this issue 10 years ago • 1 comments

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);
}

schi avatar Jul 08 '15 16:07 schi

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

novalis avatar Sep 03 '15 07:09 novalis