I want to change and revert element id while onclick button.
Html : <p id="tprice">Price Total: $<span id="order_total">0</span></p>
Want to change and revert this id="order_total" to this id="rsorder_total" after click on this button:-
<input type="button" value="USD" id="myButton"></input>