Hi jQuery gurus :)

I am trying to use the Live Event instead of the default bind.
What I have notice though is that I can't use the live event if I am
selecting a specific elementID. for example $('#myInputBox').live(...)
but if I use it as $(':input).live(..) it works fine.

Was wondering if this is a limitation of the live event or I am using
it wrong. If I can't use it would anyone suggest an alternative way
for me to always bind my events on this ID?

Many Thanks

Reply via email to