Now the GET request to check new job name for invalid characters is sent only on 'blur' jQuery event. That makes a user know about the invalid character only after he entered the name and forces to go back to input field. This validation may be improved by the addition of client side check after each typed character ('keyup' jQuery event).
- links to