ie jquery ajax not working的相關文章
jquery ajax $.post not working IE10 - Stack Overflow

jquery ajax $.post not working IE10 - Stack Overflow

瀏覽:957
日期:2025-04-26
I've tried this two ways. Way 1 function Login() { var email = encodeURIComponent($("#loginemail").val()); var pass = encodeURIComponent($("#password").val()); $.ajax({ ... IE-10 does not work data serialize => $(this).serialize() $('#formLogin').submit ....看更多