Ok, saw one mistake, overwriting the text on each for.

So, tried this:
        var BrCu = here.parents('li').find("a:first");
        var BText;
        for (i=3; i=0; i--){
        if (BrCU[i] != undefined){
        BText = BText + '> ' + BrCu[i];
        }}
        $('#breadcumb span.ins').html(BText);

But Firebug tells me BText is undefined.. No text written to my page..

Reply via email to