[jQuery] jQuery live to have the original livequery plugin function: on element add binding?

[jQuery] jQuery live to have the original livequery plugin function: on element add binding?


I wonder if jQuery core live function could have such functionality?
Now I am mixing both together, but there are some weird issues could
occur- like if I am trying to encapsulate a livequery to trigger when
a new div is added and setup live hook within, multiple hooks might
occur (i.e. the event function is called twice). I tried to replace my
inner function with livequery plugin too and the problem goes away, so
its somewhat the compatibility between the livequery and live
function. Ideally if the core live can gain the same function in
livequery, I could merge the code back and have one less plugin.