Reputation: 8511
I tried a couple of jQuery based window plug-ins but unfortunately was not satisfied with any of them. Here's what I tried:
I need following features without any compromises:
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?
Upvotes: 1
Views: 2195
Reputation: 24502
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.
Upvotes: 2
Reputation: 3171
@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 :)
Upvotes: 1
Reputation: 4704
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
Upvotes: 0
Reputation: 1059
What's the problem you meet when you try to use fstoke.me's implementation in IE? :)
Upvotes: 0
Reputation: 31
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.
Upvotes: 1