[jQuery] Modal suggestion?
Yet another modal question. But this one is slightly different.. :)
I have an existing application that was built before Ajax was really an
option and using the showModalDialog() function in IE. I'm in the
process of changing the app to be cross browser. So, I'm looking for a
quick and easy modal solution to replace the showModalDialog() function
that will not involve massive code revisions.
The windows being opened are seperate pages and are fully functional
forms - with some inter-window communications (i.e
window.opener.document.reload() in most cases).
I am currently using jqModal elsewhere on the app (an enhancement
section) so am somewhat familiar with it. But I'm open to any
reasonable alternatives.
Has anyone gone through a similar exercise without rewriting the modal
pages from scratch? Thanks for any tips.
Shawn