开发者

What is the best jQuery based window plug-in you have ever used?

I tried a couple of jQuery based window plug-ins but unfortunately was not satisfied with any of them. Here's what I tried:

  • http://hernan.amiune.com/labs/jQuery-Windows-Engine-Plugin/jQuery-Windows-Engine-Plugin.html
  • http://fstoke.me/jquery/window/
  • http://www.soyos.net/aerowindow-jquery.html

I need following features without any compromises:

  • Maximize, minimize (to a reasonable location such as bottom-left corner of the visible page, not in the middle of the screen), drag, resize, etc.
  • Highly and easily configurable
  • Actively developed (this can be relaxed a little bit)
  • Comes with good开发者_开发技巧 documentation (and examples)
  • works cross-browser (I had problems in IE when I tried to use fstoke.me's implementation).

The three plug-ins I have tried failed in one or more respects. I'm not looking for very fancy, animated effects, just very basic but yet adequate functionality.

Any suggestions?


I know it's kind of late to reply, but still. I am developing a plugin based on Hernán's jQuery Windows Engine. You can check it out here.


I developed the first you mentioned http://hernan.amiune.com/labs/jQuery-Windows-Engine-Plugin/jQuery-Windows-Engine-Plugin.html and after a year receiving suggestions to improve it and to add functionality I have refactored the code to provide more flexibility to developers.

Let me know if you know if there is something that I can improve.


@MRR:

I'm pretty familiar with the problem you are having.

The escape key feature is not part of that jquery plugin, it is in another file and just closes all the opened windows spawned by the jquery window engine plugin.

In my opinion, you should check the zindex of each window and start closing the one with the highest zindex first, then on the next escape the next one etc etc.. until you have no windows left :)


What's the problem you meet when you try to use fstoke.me's implementation in IE? :)


The only problem I have with Jquery Windows Engine is that when I press escape it closes all the windows at once instead of closing the select/most recent window open. Do you think its possible to have control over what the ESC button does as I cannot find anything tangible in the JS file

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜