ie not firing ajax complete call on certain page
Posted
by lordlinier
on Stack Overflow
See other posts from Stack Overflow
or by lordlinier
Published on 2010-05-13T03:17:06Z
Indexed on
2010/05/13
3:24 UTC
Read the original article
Hit count: 201
even with a piece of code like this
$.get('getforums.php', function(data) {
alert(data);
});
works well in chrome, firefox, safari, opera but not this baby. tried everything, cleared cache, recreate this file in different editor, even make this file just echoed a 's', but no, it just don't like this file, works perfect on other file
thanks for the help!
© Stack Overflow or respective owner