clone(true) and masked input plugin

clone(true) and masked input plugin


I just found out that clone(true) and my masked input plugin aren't
playing nice together. Inside of my plugin I grab a reference to each
object like this: "var input=$(this);" and then inside of my bound
functions, I reference "input". After a clone(true) the events that
fire on the cloned input act on original input.
Does anyone have any suggestions/guidelines for how I can make my
plugin behave correctly with clone(true)?
Thank You
Josh
digitalbush.com