jQuery(document).ready(function() {

jQuery("#add").click( function(){

    if(jQuery("input.productIdUniq").val() == "ND"){
     //jQuery("label.error").html("Producto no existente");
     return false;
        
    }
});
}); 

