Hi, I'm getting the same error on
$('[EMAIL PROTECTED]/common.js]') error on line 2689: "z has no properties" this used to work under 1.1.2 I've tried adding backslashes to the period and forward slashes, but that did not help. :jc On Jul 3, 12:49 pm, Bernd Matzner <[EMAIL PROTECTED]> wrote: > Hi there, > > until 1.1.2, this worked: > > $('[EMAIL PROTECTED]"html"]') > > Now I'm not sure if > > $('//[EMAIL PROTECTED]"html"]') > > would be syntactically correct, but this problem applies to both. > > However, with 1.1.3 I'm getting an "z has no properties" error in > jQuery's filter function. > > This works when doing a query on id oder class. > Haven't had time to look into the jQuery code yet... - is this a bug? > > Thanks, > Bernd