Hi,
I am tring to change the icon of list item in JS.
I tried Appery('listitemname').attr('data-icon','gear');
But it does not work.
Anyone know this?Thank you.
Hi,
I am tring to change the icon of list item in JS.
I tried Appery('listitemname').attr('data-icon','gear');
But it does not work.
Anyone know this?Thank you.
Hello!
Please take a look here https://getsatisfaction.com/apperyio/...
Hello Maryna,
I tried that ,but it seems not work.
Hi,
Try this custom CSS code please: pre.myclass:after{
/* any styles for listview icon */
}/preThen add this class for the listitem to which you want to add this background :preAppery("listitemName").addClass("myclass");/pre