hello, Can someone help me, i'm idiot in javascript. Someone can expalain to me what the numbering in the end of line means.---> ?0:1; abc_element = (!document.getElementById("abc") )?0:1; Thanks in advance.
This is the same as: if (!document.getElementById("abc")) abc_element = 0; else abc_element = 1; PHP: