\HAssign\jbancorDepth=0
  
 \Configure{jblink}
  
    {\HAdvance\jbancorDepth by 1 \Link}
  
    {\EndLink \HAdvance\jbancorDepth by -1 }
  
 \Configure{jbanchor}
  
   {\bgroup
  
      \ifnum \jbancorDepth=0
  
        \Configure{Link}{a}{href=}{id=}{}%
  
      \else
  
        \Configure{Link}{span}{}{id=}{}%
  
      \fi
  
    \Link}
  
   {\EndLink  \egroup}
-_-_-
   
 
   The code \Configure{jbanchor}{\Link}{\EndLink} doen’t work because
anchors can in jurabib reside within links.
   
Definition of \@citex
 
---------------------
 
    \hyper@jblinkstart{\@citeb}
 
        \jb@firstcitefull
 
    \hyper@jblinkend
 
 
Definiton of \jb@firstcitefull
 
------------------------------
 
 \hyper@jbanchorstart{look@\@citeb:\jb@reset@look@label@for}\hyper@jbanchorend
 
 
 \jbincollcrossref
 
 
Definition of \jbincollcrossref
 
-------------------------------
 
   \hyper@jblinkstart{#1}%
 
 
   \hyper@jblinkend
   
    \Configure{harvardyear}
  
    {\HCode{<span class="bib-year">}}
  
    {\HCode{</span>}}
-_-_-