79072522

Date: 2024-10-10 02:08:38
Score: 0.5
Natty:
Report link

Could you try make the async false in your ajax and try

<script>
    alert('hello');
        $(document).ready(function () {
            $.ajax({
                url: "/Account/VerifyPhoneNumber",
                async: false,
            type: "POST",
            dataType: "html",
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yat Fei Leong