I\'m in the process of converting my web app to a fully AJAX architecture.
I have my master page that is initially loaded and a div container that is loaded with dynamic
Use the live binding in your plugin code directly
jQuery.fn.EntitySearch = function() { this.live(..., function(){ your plugin code }); return this; }