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

