jQuery .ajax .load .get x(h)tml related error (“mismatched tag, expected: </br>”)
问题 My problem is actually simple, but nevertheless I need someone with in-depth-knowledge here. Imagine the following simple task: Load / parse some external html data into an element of a current html file. Let's say, this is the content of the external file, that we want to retrieve: <div id="element"> <img src="test.jpg"><br> lorem ipsum </div> And this is the code using jQuery .load $("#div_in_mother_html").load("external.html #element"); Works like charme. But looking in the console, I see