开发者

Jquery splitter

i am using a jquery page-splitter plugin in a java application, from here: http://methvin.com/splitter/

This plugin works if you provide input a div which has structure like

<div id=parent>
   <div id="left"></div>
   <div id="right"></div>
</div>

but i dont want this structure because i cant change my html structure. I have div located at same level and i want them as left,right element.

The reason why i cant append my html div into plugin understandable div because my html div have iframe and if开发者_StackOverflow中文版 i am trying to reposition the div then the iframe content is lost..please suggesr any solution..or how to make my my own splitter?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜