Help: Can`t select my "form" from loaded content in IE !

Help: Can`t select my "form" from loaded content in IE !

I load some content in a div containing one form. Then I submit this form via jquery-post. This works fine in Firefox but not in IE. It seems like I can't even select the form in IE.

$data = $("#formBox").serialize(); //Does not work
$url = $("#formBox").attr("action"); //Does not work



Any Ideas ?

Thanks a lot :-)