prevent form submission when all input text fields are empty but allow submission when any of them in not empty with jquery
10:02 31 Mar 2015

The scenario is that I have a form with dynamic multiple text field.

depending on condition it generates multiple input fields. It looks like this

Now I want to prevent my form submission if all of the text fields are empty. But I will allow form submission if any of them have a value.

javascript jquery validation input laravel-4