WordPress/Theme
[Wordpress] Kallyas Theme - 탭 메뉴로 링크 걸기
cpu21
2017. 12. 19. 15:41
jQuery(document).ready(function() {
var zn_hash_url = document.location.toString();
if (zn_hash_url.match('#')) {
jQuery('.tabbable a[data-toggle="tab"][href="#'+zn_hash_url.split('#')[1]+'"]').tab('show');
$('html, body').animate({scrollTop:0}, 'slow');
}
});
Open tabs with anchor links : https://my.hogash.com/documentation/open-tabs-with-anchor-links/
- STR > Biz > Tab 메뉴
- Kallyas Theme