Querstion about ui.tabs

Querstion about ui.tabs

I'am using the tabs Version 2 programmed by Karl (Stilbuero) in Typo3 with realurl. The Goal of this past Version ist that the html could look like this:

<div id="tabcontainer">
     <ul>
      <li><a href="typo3/test-2.html#c28"><span>pagesys1</span></a></li>
      <li><a href="typo3/test-2.html#c30"><span>systab2</span></a></li>
      </ul>

<div id="c28">
      <p>Curabitur urna urna, ornare sit.....</p></div>
                                       
<div id="c30">
      <p>Vivamus ...</p></div>

including the path marked red: Everything is working fine and it is unobtrusive. This little Path is needed by realurl.
In my tests with version 3, now called ui.tabs the output was demaged in cause of this path.

Maybe anyone is familiar to the code. I'll be happy about any suggestion to make it work including the path using the new Version.

Cheers
jbobbele