[jQuery] blockUI + IE6 + secure page

2007-02-13 Thread Ilya Shindyapin
Small workaround for the non-secured items popup that shows its ugly head when using blockUI in a secured page in IE6. insert this piece of code: if (this.ie6) { f.attr('src','javascript:document.write("");'); } before this line: this.g = $([f[0],w[0],m[0]]).appendTo('body'); IE6 is now happy

[jQuery] BUG: $(document).ready never executes if window.onload is set in Firefox

2006-09-07 Thread Ilya Shindyapin
entLoaded", jQuery.ready );on that same note, the fallback isn't executed either:line:1027code:    // A fallback to window.onload, that will always work    jQuery.event.add ( window, "load", jQuery.ready );Any ideas?Thanks,Ilya Shindyapin ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/