jQuery if statement, syntax

Posted by Kevin Brown on Stack Overflow See other posts from Stack Overflow or by Kevin Brown
Published on 2009-05-20T01:18:43Z Indexed on 2010/05/05 23:48 UTC
Read the original article Hit count: 226

Filed under:
|
|

Hey, I'm a little confused about a simple jQuery statement...

I want the operation to proceed only if A and B are true. If A isn't true, stop. If A and B are true, then continue.

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about if-statement