Js\[code\]var newLoadedHtml = $(this).attr("href");load(newLoadedHtml + " #content", function(responseText)\[/code\]Html\[code\]<li><a href="http://stackoverflow.com/questions/12726711/Pages1">Home</a></li><section id="content"></section>\[/code\]How do I write it I do not understand this code newLoadedHtml + " #content"exemplary: like this ? \[code\]<section id="Pages1 content"></section>\[/code\] ?