Hello. I use ready jquery plugin for slider'a content. Here is a piece of code:
<ul class="ui-tabs-nav"> <li class="ui-tabs-nav-item ui-tabs-selected" id="nav-fragment-1"> <a href="#fragment-1"> <span>Patients</span> </a> </li> . . . </ul>
The attribute specifies an anchor to the content block, and it is necessary that in addition to this, when you click on the link, you go to the specified page. Is there any way to do this?