For example,
<input type="button" id="one" value="o" data-role="button" data-inline="true" class="game"/>
I want to use it in a way that I can refer to the button’s value through the ID, such as for changing the value’s value.
How would I refer to this HTML button’s ID without using this.id in JQuery Mobile?
You use
$()(akajQuery()) to look up the element, then (if you want to set the value)val:jQuery Mobile is built on jQuery core, so the core features are available.