jQuery if / else statements - CSS-Plus
Very interested to learn of if/else jQuery shorthand! I’m trying to convert the following if/else statement into such shorthand…without much success so far. Any ideas? var yourName = $('input#yourName').val(); // get value of "yourName" field if ((yourNam...