- Posts: 4
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<span title="The définition">word</span>
$(function() { $(".question-help").hide(); $(".question-text").hover(function(){ $(this).parent(".question-wrapper").find(".question-help").slideDown(800); }, function() { $(this).parent(".question-wrapper").find(".question-help").slideUp(800); }); });