Unnamed
public text v1 · immutable$(document).ready(function(){
$('.menu-158').hover(
function(){ $('.secondary-menu', this).show(); },
function(){ $('.secondary-menu', this).hide(); }
);
});
$(document).ready(function(){
$('.menu-158').hover(
function(){ $('.secondary-menu', this).show(); },
function(){ $('.secondary-menu', this).hide(); }
);
});