Re: [jQuery] [EMAIL PROTECTED]'foo'] doesn't works

2006-09-10 Thread Citrus
I put in a bug for this (#194), and a proposed solution. I would have committed it myself, but I don't have an svn acccount. :) Hopefully, John or someone will take a look at it, and get the fix in there. Dimitar Spassov wrote: I have the following code: $([EMAIL

[jQuery] [EMAIL PROTECTED]'foo'] doesn't works

2006-09-09 Thread Dimitar Spassov
I have the following code:$([EMAIL PROTECTED]).each(function() { this.checked = x; });or$([EMAIL PROTECTED]'foo']).each(function() { this.checked = x; }); or $([EMAIL PROTECTED]'foo']).each(function() { this.checked = x; }); Code doesn't worksError: z has no propertiesSource file: