Chrome removes form element when using jQuery ajax Chrome removes form element when using jQuery ajax google-chrome google-chrome

Chrome removes form element when using jQuery ajax


Chrome removes form element if it is already surrounded by another form element. Also, ASP .Net renders form tag for all pages it servers, as a result Chrome is stripping off the form tag in data.Content. I don't think IE or firefox behaves this way.

Edit: Hope you will find this useful, How do you overcome the html form nesting limitation?