On Aug 23, 9:36 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:

> That is a matter of operator precedence. The plus operator has higher
> precedence than the conditional operator, thus
>
> "wcError "+IsHidden('wcError')
>
> gets evaluated first, afterwards the ?:
>

Ahhhhhh!   That didn't hit me.   Wonderful...

Thanks for the link.

Can you explain the other post regarding the presumed JS bug?

     PutElementValue(v2)  +=  1*GetElementValue(v1);

with a fix is done using a negation?

     PutElementValue(v2)  -=  -1*GetElementValue(v1);

--
HLS


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to