I'm not sure but I believe that xpath might have been moved from the core in 1.2 to a plugin, on the grounds that most people use CSS selectors.
On Nov 24, 10:25 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I find something strange in last release. Xpath expressions doesn't > work > For example > > var test1 = $('/html/body'); > alert(test1.length); > > always print 0