/* * jQuery JavaScript Library v1.8.2 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Thu Sep 20 2012 21:13:05 GMT-0400 (Eastern Daylight Time) */ (function(){var target=jQuery("#brandList"),li=target.find(".rank-tab").find("li"),tab=target.find(".brand-list");li.hover(function(){var self=jQuery(this),index=self.attr("data-role"),tar=target.find(".brandTab_"+index);if(tar.css("display")!="none"){return false}li.removeClass("current");self.addClass("current");tab.hide();tar.show()});tab.find("li").hover(function(){jQuery(this).siblings().removeClass("current");jQuery(this).addClass("current")})})();