Change div id and property when window size change in jquerymobile
问题 My current code is <div id="column-left"> Test </div> When the window size is smaller than 640px, how can I change it as: <div data-role="panel" id="left-panel" data-position="left"> Test </div> data-role="panel" is jquerymobile code. The question is focusing on how we can add the data-role="panel" attribute to the div. Thanks! You may test your code in http://jsbin.com/wakagumu/11/edit. If it success, the test "FIRST" will disappear after changing the id="column-left" to data-role="panel" id