I'm using Jquery Validate plugin and i have two fields like these :
<input id="nbextr" name="nbextr" class="form-control" type="text" title="Ex: 3"
value="" tabindex="3" />
<input id="nbextr2" name="nbextr2" class="form-control" type="text" title="Ex: 3" value="" tabindex="4" />
I need that only one of these two fields is not empty.
And i don't find a basic solution.