Button attribute automatically added in ajax response – Jquery
data-orignal-text automatically added in ajax success, Here is my code before <button type="submit" disabled class="btn btn-primary btn-lg btn-block loader" id="idBtn">Verify</button> $(document).on("submit", "#formVerify", function (e) { e.preventDefault(); // avoid to execute the actual submit of the form. var form = $(this);…