I tried this on my pc. You will receive the following:
" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1"><title> </title><link href="App_Themes/selectors.css" rel="stylesheet" type="text/css" /></head>................etc
This will not be parsed in jQuery obejct. You must be on a server side script page that will explicitly output HTML.
I suggest that if you really need an element in HTML, you can remove it from the text using the built-in string methods.
James wiseman
source share