[jQuery] Parent Child Selectors + bind

[jQuery] Parent Child Selectors + bind


Hi
I cant get this seem to work
$("#id1 > input[@type=text]").bind("onfocus", foo);
Is there something wrong with the argument ?
Thanks