Quote:
|
Originally Posted by JkWhoSaysNi
Secondly, comparision is done with == not =.
= is used to set values and can be read as "becomes". == can be read as "is equal to", so that line of code should be this:
PHP Code:
if (this.value == 0) {
|
We already picked up on that during this thread. Dont repeat it. xD