bgiframe

bgiframe plugin causes error in IE9

对着背影说爱祢 提交于 2019-12-31 18:42:06
问题 The uiquery plugin bgiframe (version 2.1.1) causes the following java script error in Internet Explorer 9: jquery.bgiframe.js, line 94 character 5 My menu does not work any more, I hope the reason is this error. Any ideas? ADDED: The line in jquery.bgiframe.js is: this.insertBefore( document.createElement(html), this.firstChild ); and the error sais: SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) 回答1: After some more research I found a solution myself on the bgiframe site: I downloaded

bgiframe plugin causes error in IE9

倖福魔咒の 提交于 2019-12-31 18:41:29
问题 The uiquery plugin bgiframe (version 2.1.1) causes the following java script error in Internet Explorer 9: jquery.bgiframe.js, line 94 character 5 My menu does not work any more, I hope the reason is this error. Any ideas? ADDED: The line in jquery.bgiframe.js is: this.insertBefore( document.createElement(html), this.firstChild ); and the error sais: SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) 回答1: After some more research I found a solution myself on the bgiframe site: I downloaded

How to put jQuery UI dialog on top of everything

倾然丶 夕夏残阳落幕 提交于 2019-12-24 02:48:09
问题 I have not been able to find a direct and CURRENT answer to this. I am actually surprised that it even is an issue. We have a dropdown and an iframe OR an object (iframe and pdf fails in firefox, object and pdf does not like redirects in IE) on our site and are trying to put up a captcha. The captcha hides behind the dropdown and the iframe/object. That is so '90s. My question is: Is there currently a built-in fix in jQuery UI or plans to put it there? I have found the more than a year old

bgiframe with jQuery UI 1.8.9 Dialog and jQuery 1.5

扶醉桌前 提交于 2019-12-19 09:23:40
问题 So I am using jQuery UI's dialog box. But as I have a read there is a common bug within IE6 (which is unfortunate that I have to make sure this works for) where dropdown lists do not pay attention to z-index queues. I have also read that there is a handy plugin out there called bgiframe to take care of my overlay woes. I have found 2 different ways people say to use it, and neither work. I may just be doing something really stupid but I need to get this working. including jQuery.bgiframe.js

jQuery UI Autocomplete with scrollbar z-index help

女生的网名这么多〃 提交于 2019-12-13 16:01:45
问题 I have a textbox that I am attaching jQuery UI's Autocomplete functionality to and I am using CSS to give it a max height via the example here. My problem is that doing this causes the z-index problem that bgiframe solves to come back again, but in a different way. The initial autocomplete menu is above all the controls underneath it, but when I begin to scroll the autocomplete menu falls behind them. Any suggestions? EDIT: This is purely an IE6 bug. As you can see, after scrolling down the