Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
上部と下部の両方にナビゲーションパネルを表示するには、フレキシグリッドにどのように実装できますか? 上と下の間で変更する解決策を見つけましたが、両方では機能しません。
ご協力いただきありがとうございます :)
テストされていませんが、リンクしたソリューションから次のように機能するはずです。次の行を置き換えます:'$(g.bDiv).after(g.pDiv);' と:
var navClone = $(g.pDiv).clone(true); $(g.bDiv).prepend(g.pDiv).after(navClone);