All pastes #2056053 Raw Edit

Unnamed

public text v1 · immutable
#2056053 ·published 2011-05-10 06:01 UTC
rendered paste body
$(document).ready(function(){
  $('.menu-158').hover(
    function(){ $('.secondary-menu', this).show(); },
    function(){ $('.secondary-menu', this).hide(); }
  );
});