I dont see why you cant use the ID selector. It supports it. 2009/6/1 chris.lek...@gmail.com <chris.lek...@gmail.com>
> > 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 > -- Gustavo Salome Silva