jQuery Layout Manager

风流意气都作罢 提交于 2019-12-18 10:09:29

问题


Has anyone had any experience with a jQuery-based layout manager? I know of only one (JX) but it's somewhat bloated for my needs. Any thoughts?


回答1:


Thought these links may help...

  • jQuery UI.Layout Plug-in
  • 6 Flexible jQuery Plugins To Control Webpage Layouts Easily
  • 11 Best jQuery Layout Plugins



回答2:


I have used the Docking Layout Manager plugin with good success. Its pretty simple and fairly small, about 7 kb uncompressed.




回答3:


The Magic jQuery plugin at : http://www.jquery-css.com/magic-jquery is a 31kb compressed web Layout manager and much more :

- fixed position
- Layout manager : align and limit elements position/movement between themeselves or with the screen
ex : http://www.jquery-css.com/web-layout-example.php
- very simple & generic menu stuff (which enable carrousels, tabs megadropdown menu etc in 2 sec)
- inner-page messages
- highlight elements (popIn / popOut in front of a dark veil)


all the best bastien




回答4:


Personally...I'd say stay away from jQuery for page layout management. You're far better off learning proper CSS layout or adopting a CSS layout framework like Blueprint.

If you depend on jQuery (javascript) for page layout, there's a greater chance that your page is NOT going to fail gracefully. You also run the risk of users having Javascript disabled (in which case, even in a modern browser your page is going to fail).




回答5:


I know that this will seem to be overkill for most scenarios, but for one very complex application I implemented the YUI Layout manager because it plays nice with YUI's fantastic and powerful DataTable component. It did, however, add a considerable amount of filesize overhead to the app.

I have also used the 960 CSS grid system to meet certain layout needs and can highly recommend it! http://960.gs/



来源:https://stackoverflow.com/questions/997314/jquery-layout-manager

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!