I have tried a couple of solutions from previous questions, but no luck. Hoping someone can help me out.
I have a section of a form where fields are dynamically crea
$('.user_field').blur(function(){ alert ($('.user_field').filter('[value=""]').length); });
DEMO