Created
August 6, 2018 06:40
-
-
Save handhikadj/f812a7a625384475602d689f3ce6f9b9 to your computer and use it in GitHub Desktop.
Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error: function(data) { | |
$('#tabs').show(); | |
$('#nama_forpromotor').removeClass('borb-1').addClass('wrong-data-tab animated flash'); | |
var message = data.responseJSON.errors.nama_promotor[0]; | |
$('#errorspromotor').addClass('animated fadeIn').text(message); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment