- Posts: 5055
- Thank you received: 1267
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function() { $('.array-multi-flexi td.question-item select').removeAttr('title'); });
$(document).ready(function() { $('body').append('<div class="new-placeholder" style="display:none;" />'); $('.array-multi-flexi td.question-item select').each(function(i) { $('.new-placeholder').html($(this).attr('title')); $(this).attr('title', $('.new-placeholder').text()) }); });