The code below works perfectly in firefox and chrome, but not in iexplorer. Can anyone help me.
$('form').live('submit', function()
{
$(this).ajaxSubmit(
{
target: '#target',
url: acao//'../paginas/addperson.php'
});
return false;
});