My validation not working In Bootstrap Modal using Ajax
问题 This is my ajax post of the adding form, when I console.log the data.errors , I get the value but it doesn't appears when I press the submit button. $('#guanyinAdd').click(function(e){ e.preventDefault(); var id = $('#sx_ID').val(); var receipt = $('#gylight_receipt').val(); var amount = $('#gylight_amount').val(); var number = $('#gylight_number').val(); var label = $('#gylight_label').val(); var remark = $('#gylight_remark').val(); var sDate = $('#gylight_sDate').val(); var eDate = $('