[jQuery] 1.3.1/2 selecting bug... or feature?
I've build a recursive tree. Now I'm trying to get the number of list
elements but I get weirds results:
$("li").length = 10;
$("body>ul li").length = 4;
Is this right?.. or a bug...
(1.2.6 works as expected)
[code]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /