I\'m new to jQuery and was wondering how to use it to validate email addresses.
if($("input#email-address").getVerimailStatus() < 0) { (incorrect code) } if($("input#email-address").getVerimailStatus() == 'error') { (right code) }