skip to Main Content

Submit login with Jquery – Jquery ajax

When I press the Login button I get a 500 Internal server error in the console. What's the right way to get POST using jQuery? Can you help me? <button class="login100-form-btn" type="submit" name="login" value="login" id="Login"> Login </button> $(function() { $("#Login").click(function()…

VIEW QUESTION
Back To Top
Search