Hi
I want to create a button that has a jQuery click on the fly. After the user is done and hit the button I want to destroy the button and the jQuery click until a time I need it recreated.
I am not sure how to do this in jQuery. I know jQuery.live
is an option but I am not sure if this would be better or worse then the way I want to do it.