How use ajax- dynamic- list inside the div tag. 开发者_JAVA百科The div tag displayed in the facebox.
Working from your (very limited) details, I would say that you would use the standard jQuery actions to create the "ajax- dynamic- list" within a DIV in the page (which you can hide using css through style="display:hidden;"
).
You would then display the content of that DIV using the method shown on the Facebox Documentation Page under "Divs".
精彩评论