id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
10724	$(document).text() always returns an empty string	madblueimp	timmywil	"I'm not sure if .text() is supposed to work on the document element, but the following code used to work on prior versions, but always returns an empty string with jQuery 1.7:

{{{
var textContent = $(document).text();
}}}
"	bug	closed	high	1.7.1	attributes	1.7	fixed				
