That is an interesting issue, I tested your code and view generated source in FF and I get this:
<div><form>1<input value="Fred" type="text"></form><div></div></div><input value="Harry" type="text"> I'd be very curious to know the answer to this one. But since I don't have an answer, what I am doing on a current project that is requiring me to add forms on the fly is two fold. For the forms I know the structure to completely I just create an html file with just that form and pull in via $.load() and for the other ones I am using the dom plugin at either http://www.pinkblack.org/itblog/?page_id=22 or http://www.alterform.com/resources/jqdom Hope this helps -- Benjamin Sterling http://www.KenzoMedia.com http://www.KenzoHosting.com
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
