Question ..

Let's say I have 100 input fields, type = text. I want to put a onblur
on all of them and pointing to the same function.

So I've used

$$("input") and invoke a blur.

This works .. but my question is .. will this generate 100 events? So
will my memory get filled with 100 on blurr events?

Would it be the same if I just Even.subscribe 100 times?

greets

-- 
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