Ask the community, share ideas, and connect with other LimeSurvey users!
function pslSurvey(idStr,idStr1) { var $removed = $('#'+idStr).children().eq(0).remove(); var $content = $('#'+idStr).html(); $('#'+idStr1).append($content); return; } $(document).ready(function(){ //return; var $myTr = $('#javatbd969997X11X168SQ001'); if ( $myTr.length){ pslSurvey('javatbd969997X11X184SQ001','javatbd969997X11X168SQ001'); $('#javatbd969997X11X168SQ001').parents().eq(1).children().eq(1).children().eq(0).append('<th class=\"answertext\">männlich</th>'); $('#javatbd969997X11X168SQ001').parents().eq(1).children().eq(1).children().eq(0).append('<th class=\"answertext\">weiblich</th>'); pslSurvey('javatbd969997X11X184SQ002','javatbd969997X11X168SQ002'); pslSurvey('javatbd969997X11X184SQ003','javatbd969997X11X168SQ003'); pslSurvey('javatbd969997X11X184SQ004','javatbd969997X11X168SQ004'); pslSurvey('javatbd969997X11X184SQ005','javatbd969997X11X168SQ005'); pslSurvey('javatbd969997X11X184SQ006','javatbd969997X11X168SQ006'); $('#question184').empty(); } //console.log($debug); });