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

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to