Re: [jquery-dev] Re: Activate event

2010-01-09 Thread Daniel Friesen
Ugh... I was under the impression that click events only fire when you click on something. Aye, activate is supposed to fire in all those cases as well. Click's current behavior now seams to really be activate in a confusingly named guise. ~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://d

Re: [jquery-dev] Re: Activate event

2010-01-09 Thread Daniel Friesen
Dave Methvin wrote: I ran into the "onactivate" event. "activate" is essentially the way tags work. In other words the event fires on a onclick and also when onkeypress is fired for the enter key on an element. I'm sure it's documented, but since you've already read about it :) How