Jörn Zaefferer wrote:
Magnús Örn Gylfason schrieb:
  
Putting an empty string there has no effect, still only finds input three
    
I guess it doesn't find that because there is no value specified for the 
attribute (an empty string is the same as none at all in that case), so 
it assumes the element doesn't have that attribute.

  
Ok, but according to the jquery documentation "[EMAIL PROTECTED]" is a valid selector, as in:

$("//[EMAIL PROTECTED]")

to find all input elements that are checked.

I tried that specific approach

$("//[EMAIL PROTECTED]")

and it still only finds "three".
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to