I think that my example don't was good.
Let me try again:
Every time that I add a new element, this need be re-analized in live-special-event.
Example: for all, without exception, in all time, before, now on in future element, I need do this:
- if($(this).attr('example') == 'testOnly'){
- $(this).attr('test', 'isARealTest!');
- }
But then, John, I think that it can be possible, but really is need a new cost. But If we works only with jQuery, this can be easy to do using general-append (append, replace, ...) methods.
Is basicaly this:
- append: function(thisElement){
- ...
- $.parseEverytimeEvent(thisElement);
- }
It is possible without great lossy?
Maybe this works how general .live() events, because this works with currents or new elements. Or not?
Bye.