Displaying 1 result from an estimated 1 matches for "iddiv2".
Did you mean:
iddiv
2006 Mar 28
1
prototype $A()
...ype class. Thank you again!!
Now I have a question related to prototype. It doesn´t transform single
elements to an array?
I have this code:
var element = $("idDiv");
var array = $A(element);
alert(array.length);
the output is 0;
with this one:
var elements = $("idDiv", "idDiv2");
var array = $A(elements);
alert(array.length);
the output is 2;
What am I doing incorrectly? this is a feature or an error?
--
Daniel Herrero Dávila
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane....