Sorry for my bad english but I think you have wrong understood me.
Try again now.
I have a FAQ on my site.
I use diffrent docs for the questions.
I have a mainsite FAQ where I show the questions with getRessources
I use HitsPage to sort the Questions.
[[!getResources? &parents=`[[+id]]` &showHidden=`1` &depth=`0` &limit=`4` &includeTVs=`1` &processTVs=`1` &sortbyTV=`HitsPage` &sortbyTVType=`integer` &includeContent=`1` &tpl=`myFaqTpl`]]
This is the myFaqTpl
<li><a href="[[~[[+id]]]]" >[[+pagetitle]]</a> <em>([[+tv.HitsPage]])</em></li>
Now I need an Ajax Call to show the Question Pages.