triggering an event with jQuery live or delegate

Posted by patrick on Stack Overflow See other posts from Stack Overflow or by patrick
Published on 2010-03-17T19:47:37Z Indexed on 2010/03/17 19:51 UTC
Read the original article Hit count: 221

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about custom