- Posts: 352
- Thank you received: 41
Ask the community, share ideas, and connect with other LimeSurvey users!
function moveUp($item) { $before = $item.prev(); $item.insertBefore($before); } moveUp($('#javatbd177612X75X1738other'));
<script type="text/javascript" charset="utf-8"> $(document).on('ready pjax:scriptcomplete',function(){ function moveUp($item) { $before = $item.prev(); $item.insertBefore($before); } moveUp($('#javatbd{SGQ}other')); }); </script>
I think it's an issue and must be reported ...Jmantysalo wrote: So {SGQ} can not be used everywhere.
{QCODE.s gq a}
$(document).ready(function() {...});
$(function() { ... });