I have items dispersed within my view that are visible based on dates, drop down selections and the like. I would like to use ko validation because its nice to put validation logic in my model and not have to use a stupid form like you would with jquery validation.
The bonus I am seeing with jquery validation is that it only validates visible items even if they have the required class. Is there anyway to get this functionality from ko validation?