jQuery Validate - Dependency problem
I have this rule:
SiteURL:{"required":false,"url":true}
And I leave the URL field empty and click Submit, it still shows the error box and terminates. I would expect it to be optional and only validate if something is entered. I'm using 1.7.0. Is it a bug or am I missing something?