$.post($(this).attr("action"), $(this).serialize(), function(json) {
alert('red');
AddItemAjax(json);
}, "json");
This works in Chrome but not IE or FF.. it fails to just run this line of code. Ive made sure it gets to this point but fails when trying the post! (note i have the alert('red'); to let me know if it run it fine)