[jQuery] live and plugins

[jQuery] live and plugins


How would I make live work with plugins? With the livequery plugin i
used
$('.text-edit').livequery('click', function() {
        akedit(save_url, options);
    });
akedit is a not a jquery function. How would I make a plugin work with
this
Thanks,
-Tom