• @StephenMuecke so would you say UI events such as moving data around and other visual things is best to be done via JS? Because if so that actually helps me out a lot. I have just been looking at it wrong –  Jan 16 '17 at 23:37
  • 1
    You will get far better performance - something like `$('#add').click(function() { var selected = $('#systemlist option:selected'); $('#systems_list').append(selected); });` when the button is `` –  Jan 16 '17 at 23:41
  • 0 Answers0