[jQuery] 'Simulating' mouseenter/mouseleave/hover events using $.live

[jQuery] 'Simulating' mouseenter/mouseleave/hover events using $.live


I am looking for a way to simulate the actions of the hover (or
mouseenter/mouseleave) whilst using the live method of binding (The
items are dynamic).
Is there a way to do this or will I need to use the 'old fashioned'
method of unbinding and rebinding? I do not want to use a plugin.