尝试将nav-tabs与具有活动/非活动类的表合并。 他们应该从外部链接触发 它是在wordpress中完成的
可通过外部链接使用的导航标签的代码:
jQuery(document).ready(function( $ ){
window.onload = function(){
var url = document.location.toString();
if (url.match('#')) {
$('.htmega-tab-nav a[href="#' + url.split('#')[1] + '"]').tab('show');
}}});
活动班级的代码:
function() {
var a = s(this).index(),
e = s(this).closest(".eael-advance-tabs"),
t = s(e).children('.eael-tabs-nav").children('ul").children('li"),
i = s(e).children('.eael-tabs-content").children('div");
s(this).parent('li").addclass('active"), s(t).removeclass('active active-default").addclass('inactive"), s(this).addclass('active').removeclass('inactive'), s(i).removeclass('active').addclass('inactive'), s(i).eq(a).addclass('active").removeclass('inactive"), s(i).each(function(a){s(this).removeclass("active-default")})}
基本上,我想用第一个触发第二个。
说我有一个与www.somelink.com/#someNav的链接,我希望它触发
<li>NAME</li>
处于活动状态。