In my html page i have 24 fields which have their class = "emi".
Out of these 24 0 , 6 ,12 ,18 or 24 of them can be visible based on the value of a dropdown on my page.
Now i have to perform validations only on the elements which are visible.
I have used jQuery's .hide() and .show() to hide and show these elements