I'm just getting started with the whole jQuery <-> B4J thing so bear with me ...
I could do this by building my html directly from B4J but I'd like to try this using a static html file and dynamically fill in the spaces (so to speak) of that file. In that file, I have a placeholder <select> with an id. Now, I need to fill that drop-down with <option>s from my B4J web socket class. I see that this can be done with a jQuery ".append" but I don't see that available in B4J. Right?
I guess the question is ... how do I add <option>s to a <select> from my web socket class?