id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
10987,jQuery .load with selector <script> tag in HTML comment,anonymous,anonymous,"Basically:

{{{
$('body').load('page.html #something')
}}}

will not work if #something has a comment with a script tag in it. e.g.


{{{

<div id=something>
bla content blala
<!--


bla <script>
this is just a comment!

the above script tag needn't be closed, heck:

<script


^ this is enough to cause the issue
-->

this poor text didn't make it

</div>

}}}

It doesn't happen when .html-ing 
",bug,closed,undecided,None,unfiled,1.7.1,invalid,,,,
