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 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 works
> 
> Error: z has no properties
> Source file: jquery-latest.pack.js
> Line: 12
> 

-- 
View this message in context: 
http://www.nabble.com/-%40name%5E%3D%27foo%27--doesn%27t-works-tf2243461.html#a6233931
Sent from the JQuery forum at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to