views:

167

answers:

2

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:

  • 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?

+1  A: 

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.

Hernan
A: 

hi,

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

firestoke