What is the easiest way to use jQuery to get the contents of the html tag including this tag itself? For example: how, using the selector $("#test") , write the following markup in the value of a variable?
<div id="test"> <p> ัะตัั </p> </div>