On Jul 30, 1:23 pm, mmiller <[EMAIL PROTECTED]> wrote: > Final fix for me as follows: > > jqModal.js (r9) line 55 WAS: var s=0,hash={},ma=[],ie6=$.browser.msie > && typeof XMLHttpRequest == 'function', > > jqModal.js (r9) line 55 FIX: var s=0,hash={},ma=[],ie6=$.browser.msie > && ($.browser.version == "6.0"), >
Aye guys! It's good to be back. Thanks for tracking this down. I had just spent some minutes investigating the "broken under latest version" issue, discovered the same fix, and was about to post to the forum. Looks like the community is two steps ahread ;) What else could I expect? Anyhow, I'll update the plugin page with the fix... and will be adding a demonstration of iframe based external site "viewing" sometime soon. ~ Brice