i give up... simple IF doesnt work, what am I missing here?!
Dear Appery,
this is driving me NUTS!!!!
i have this simple code:
code
var xfilter = Appery("list_menu").find("option:selected").text();
console.log("xfilter=" + xfilter);
alert(xfilter);
if (xfilter == "Show All") {
var xfilter='*';
alert(xfilter);
};
/code
this is the console printout:
code
xfilter=​Show All
/code
and yet i dont step into the if condition if true...
what am I missing here?!
Thanks much in advance!!!!
Best,
R.