JQuery can't find imported nodes via innerHTML

JQuery can't find imported nodes via innerHTML


Hi everyone,
When i use innerHtml, either with $('#id').attr('innerHTML'... or
getElementById('id').innerHTML , jquery can no longer
find the elements imported via innerHTML.
First i search the web, but couldn't any thing related to this issue.
The first things came into my mind was, jquery needs to traverse new
elements again.
I checked the source code and found this f.apply( document ); and
tried using it in serveral ways
but couldn't get it to work.
I'm totaly out of idea(s) :( and really apperciate any help. tx
I'm using 1.2.6