ie not firing ajax complete call on certain page
- by lordlinier
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!