I'm looking for something like api.jqueryui.com/dialog Looking to upgrade legacy code in a mature product from prototype-window.xilinus.com/samples.html which is showing its age a bit (Prototype framework, hard-coded pixels all over the place) and am considering a switch to a modern framework- Vue.js is the front runner- or if trusty jQuery + jQueryUI is the way forward, as the UI of this SPA revolves around rendering Rails partial views in pop-up windows. Thanks!
EDIT: Thanks for those who've responded so far. One thing I should have said explicitly: I'm looking for draggable windows that allow you to continue to interact with the underlying SPA, rather than something for modals. (The service is basically an asset management system that acts as an overlay Google maps, and the present design allows people to interact with the app whilst keeping an eye on what's going on on the main page.)
In the unlikely event you can change your CSS framework to Bulma, it's modals fit perfectly with VueJS.
I use recently sweetalert.js.org and I think they are awesome. Please give it a try.
I think this can easily be worked in with Vue Components.
TheSheriff
Co-Founder, Founder, Entrepreneur & Problem Solver
Also, please can you refrain from calling it a "window" it's a modal. Windows, are new windows. I.e. a proper popup, not a modal. It's important you use the correct language otherwise you can create a lot of confusion.