Line 850: | Line 850: | ||
$('#show').html($('#' + $(this).attr('aria-describedby')).children().html()); | $('#show').html($('#' + $(this).attr('aria-describedby')).children().html()); | ||
}); | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $('#yourLink').click(function(){ | ||
+ | $('#tooltip').toggle(); | ||
}); | }); | ||
Revision as of 08:14, 31 October 2017