This content has been marked as final.
Show 3 replies
-
1. Re: Simple variable problem
resdesign Dec 8, 2013 9:24 AM (in response to boxofspiders)Try this (2 equals for comparison):
if (positionO == 'open'){ alert (positionO); }
-
2. Re: Simple variable problem
boxofspiders Dec 8, 2013 10:11 AM (in response to resdesign)Ah, brilliant, I knew it was something simple but for the life of me couldn't remember. Thank you
-
3. Re: Simple variable problem
resdesign Dec 8, 2013 10:43 AM (in response to boxofspiders)No problem!



