Hello again Mr. Andrea,
yes indeed. But if you add a field not anymore. Thats why the
delegation is for.
After posting this, I found that $$('.invite-a-friend-form') was
wrong.
shout be:
$$('ul.invite-a-friend').addEvents({
    'focus:relay(.input-field)': monitor,
    'click:relay(.input-field)': monitor
});

now is working

http://jsfiddle.net/mD3NL/4/

Reply via email to