hyperlink - Regular link to URL in Foundation tabs -


i using foundation 5.2.1 , want use vertical tabs navigation.

<div class="small-1 column">   <div class="languagetabs">     <dl class="tabs vertical" data-tab>       <dd><a href="/lang/uk">uk</a></dd>       <dd><a href="/lang/ru">ru</a></dd>       <dd><a href="/lang/en">en</a></dd>     </dl>   </div> </div> 

what unusual here use not links sections href="#section1" links external url. when click on tab becomes highlighted active no redirection specified url happens.

is there way make links external pages work tabs in foundation, or should use different?

i've found solution. strange not documented anywhere.

all 1 needs remove data-tab attribute <dl> element.

then links work usually.


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -