[jQuery] The AJAX Experience

2008-09-05 Thread Nathan Hammond
Apologies in advance for being a bit off topic. Is anybody out there attending TAE and looking for a roommate? An empty double bed really seems to be a waste... Get in touch--I've not reserved a room yet. Nathan Hammond

[jQuery] Re: Calling/forcing hover()

2008-09-04 Thread Nathan Hammond
Try $(elem).trigger('hover'); or $(elem).trigger('mouseenter'); and see if that works out for you. Nathan Hammond On Sep 4, 7:50 pm, Cerebral [EMAIL PROTECTED] wrote: Hi, is there a way to directly call the hover() or mouseover event ? I know I could use a separate function as the parameter