I am trying to manipulate a Select component on Appery.io with JqueryMobile in a JS file. Yet, it does not seem to do anything.
Select Class:UnitLog
Jquery in JS File: $('').val(i).text(this.UNIT).appendTo(".UnitLog");
The first '' is suppose to be an option, but the editor will not show it.