I'd like to attach a handler to an element using either jQuery live() or delegate(). Looking at the docs I see I can attach the handler for a custom event.
Is this possible for either of these jQuery functions to also trigger the handler? Basically I want to attach the handler function and run call it once.
Thank you for any help.