I’m trying to load the alternate icon set but I’m not sure how. i’ve tried adding ui-icon-alt as a class and no luck, tried changing the data-icon to data-icon-alt, tried alt-arrow-l,… how do you load it?
<a data-role="button" data-rel="back" data-theme="b" data-icon="arrow-l" data-iconpos="left">
Back
</a>
Override the default ui-icon class with this
Just be sure to place that after the JQM css file.