Managed to change color for all row using
$(this).find(".ui-li-static-container").css("background-color", "red");
Managed to change color for all row using
$(this).find(".ui-li-static-container").css("background-color", "red");
ok thanks for your help Mark Wong ![]()
what if I want to compare more than 3 prices?
localStorage.setItem("Compare",price1-price2-price3-price4-price5);
Apperyio('Compare_Label').text(Compare);
is that correct?
I tried to run the script but error - "Uncaught ReferenceError: Compare is not defined"
came out
is it possible to display data from different collection in a grid?
For e.g
(collection 1) product
(collection 2) category
in the grid,
column 1: product name from product collection
column 2: category name from category collection