Resizable frame emulation

前端 未结 5 1094
粉色の甜心
粉色の甜心 2020-12-31 03:32

I understand that and tag are becoming deprecated. Is there a way to emulate resizable frames? What I want is a narr

5条回答
  •  死守一世寂寞
    2020-12-31 03:40

    Do not use frameset, please. I don't think jQuery resize will help you much, either.

    The best way to do this is by using a "splitter". There are several plugins for jquery that will do this in many different way and they all are actually quite simple.

    I have previously used this one: http://methvin.com/splitter/

    You can find a nice demo here: http://methvin.com/splitter/3psplitter.html

提交回复
热议问题