json2htmled jQuery mobile button inside table td looks old, has old button inside new one after button()/refresh
问题 I'm using this transform to build a jQuery mobile button inside of a regular table 'td': { "tag":"button", "type":"button", "id":"${idPrefix}-delete", "data-role":"button", "data-mini":"true", "data-icon":"delete", "html":"Delete" } but it renders as an old HTML button. After I manually refresh the button, it looks like a mobile button with the icon, but the old button is "minified" inside of it. How can this be fixed? missing ::before ? I just compared it to a normal looking mobile button,