Hi,
I'm using the following statement in Prototype 1.6.1 to hide an image:
$('MyContainerId').select('img[src="images/icons16/
btn_add.gif"]').invoke('hide');
but after updating to 1.7 the select statement returns [] instead if
the image object.
Is this a problem of 1.7 or have I used the select function in a wrong
way?

I've tested this code in IE8 and Firefox 3.6. The html looks like
this:
<img border="0" align="absmiddle" title="Remove" src="images/icons16/
btn_add.gif">

Thanks
Incero

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to