This plugin has been developed for render extremly easy to perform ajax calls. The plugin only need to know the url where is generated the html to inject in the page and the element that will receive the code.
The plugin offer a set of extend options to attach a new 100% customizabile ajax event to the code injected from the fisrt call. For running the new event you must set the "extend" options to "true" and supply the plugin the "filter" attribute that represent the element injected from the first call that will receive the instructions to perfom the new ajax event.
Basically the behaviour was possible using the liveQuery plugin with a bit of overhead respect to the embedded ajaxContent functionality.
All the settings that are normally used to personalize ajaxContent are provided with "ex_" prefix to customize the second event.