I\'m coming into the middle of this project so I\'m having to do a bit of re-writing because of sloppy code. I am using jQuery 1.6.1 and Validate 1.8.1.
First, here\
On your server side script, try returning true or false instead of available and notavailable, as both of those strings are equivalent to true.
true
false
available
notavailable