the function: onSuccess(responseTree, responseElements, responseHTML, responseJavaScript) gives a wrong responseElements the order of nested elements is wrong
php sent this:
<DIV class="featured p1 post">
<DIV class="post-content"><P>test bild 1 This ...</DIV> </DIV>
firebug shows this:
<DIV class="featured p1 post"></DIV>
<DIV class="post-content"></DIV>
<P>test bild 1 This ...
and:
responseHTML.inject($('work'),'bottom'); is empty
anybody has the same experiences and a workaround?
