I\'ve been looking at the question here: MVC ajax json post to controller action method but unfortunately it doesn\'t seem to be helping me. Mine is pretty much the exact sa
$('#loginBtn').click(function(e) { e.preventDefault(); /// it should not have this code or else it wont continue //.... });