Change only that list item background if the list service return different response from storage variable
Posted: Wed Mar 11, 2015 6:59 am
I've found the solution:
jQuery(element).removeClass("ui-body-inherit");
And the background appear successfully!