jquery Programming Glossary: ie8
IE9 jQuery AJAX with CORS returns “Access is denied” http://stackoverflow.com/questions/10232017/ie9-jquery-ajax-with-cors-returns-access-is-denied other notes The object XDomainRequest was introduced from IE8 and will not work in versions below. From IE10 CORS will be..
Javascript Object.Watch for all browsers? http://stackoverflow.com/questions/1029241/javascript-object-watch-for-all-browsers small object.watch shim for this a while ago. It works in IE8 Safari Chrome Firefox Opera etc. share improve this answer..
jquery cycle IE7 transparent png problem http://stackoverflow.com/questions/1156985/jquery-cycle-ie7-transparent-png-problem I cant remember off the top of my head but i think that IE8 may have the same problem. Correct me if i'm wrong share improve..
jquery IE Fadein and Fadeout Opacity http://stackoverflow.com/questions/1284163/jquery-ie-fadein-and-fadeout-opacity share improve this question I had the same problem in IE8. Setting the opacity of the DIV in JavaScript before I called..
How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys? http://stackoverflow.com/questions/1326570/how-to-disable-browser-or-element-scrollbar-but-allow-scrolling-with-wheel-or-a FF Chrome to recognize keydown on a div but it works in IE8. Depending on what you needed this for you can set a keydown..
Check file input size with jQuery http://stackoverflow.com/questions/1601455/check-file-input-size-with-jquery
jQuery scrollTop() doesn't seem to work in Safari or Chrome (Windows) http://stackoverflow.com/questions/1830080/jquery-scrolltop-doesnt-seem-to-work-in-safari-or-chrome-windows with that part of this mechanism anywhere. In Firefox and IE8 the above code works exactly like I want the scrolled box in..
How can I convince IE to simply display application/json rather than offer to download it? http://stackoverflow.com/questions/2483771/how-can-i-convince-ie-to-simply-display-application-json-rather-than-offer-to-do this question I found the answer. You can configure IE8 to display application json in the browser window by updating.. tool. I haven't tested this broadly but it works with IE8 on Vista. To use this remember all the usual caveats about updating..
Jquery $.ajax fails in IE on cross domain calls http://stackoverflow.com/questions/3362474/jquery-ajax-fails-in-ie-on-cross-domain-calls that IE7 and eariler cannot do cross domain calls but IE8 can using a different object than XMLHttpRequest the one JQuery.. taken from the wayback machine XDomainRequest Supported IE8 Rather than implement the CORS version of XMLHttpRequest the..
Full path from file input using jQuery http://stackoverflow.com/questions/3489133/full-path-from-file-input-using-jquery can't It's a security feature in all modern browsers. For IE8 it's off by default but can be reactivated using a security..
What is console.log and how do I use it? [duplicate] http://stackoverflow.com/questions/4743730/what-is-console-log-and-how-do-i-use-it forget you can use compatibility modes to debug IE7 and IE8 in IE9 or IE10 http msdn.microsoft.com en us library ie gg589507..
jQuery disable SELECT options based on Radio selected (Need support for all browsers) http://stackoverflow.com/questions/877328/jquery-disable-select-options-based-on-radio-selected-need-support-for-all-brow The disabled options for my select box only work in FF and IE8. I have tested IE6 and the disabled is not working. I have tried..
Problem with jQuery in Internet Explorer 8 http://stackoverflow.com/questions/879137/problem-with-jquery-in-internet-explorer-8 8 I am trying to get my jQuery functions to work on IE8. I am loading the library from google's servers http ajax.googleapis.com.. having a similar issue. Things worked in IE6 Firefox and IE8 running in IE7 compatibility mode but not in 'normal' IE8. My.. IE8 running in IE7 compatibility mode but not in 'normal' IE8. My solution was to put this code in the header meta http equiv..
Border Radius for IE8 http://stackoverflow.com/questions/9426979/border-radius-for-ie8 Radius for IE8 I have a problem with border radius on IE8 till now I used.. Radius for IE8 I have a problem with border radius on IE8 till now I used pie.js but I don't recommend this js library..
window.innerHeight ie8 alternative http://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative ie8 alternative I have some calculations that rely on window.innerHeight..
jQuery vs document.querySelectorAll http://stackoverflow.com/questions/11503534/jquery-vs-document-queryselectorall or document.querySelectorAll which are supported in ie8 and above . So the question is why 'risk' jQuery's overhead..
test if event handler is bound to an element in jQuery http://stackoverflow.com/questions/1236067/test-if-event-handler-is-bound-to-an-element-in-jquery from the data cache. log them to the console firebug ie8 console.dir '#someElementId' .data 'events' or iterate them..
Upload an image with jquery ajax with a duplicate-able input http://stackoverflow.com/questions/14560179/upload-an-image-with-jquery-ajax-with-a-duplicate-able-input submission to IE7 and IE8 i just need to sort ot ie7 and ie8 I have been using THIS plugin to upload files as an email attachment..
What can I use instead of the :indeterminate jQuery selector to avoid an exception in IE 8? http://stackoverflow.com/questions/14625719/what-can-i-use-instead-of-the-indeterminate-jquery-selector-to-avoid-an-excepti in ie 8 what can do instead of this in Jquery to work with ie8 jquery internet explorer 8 share improve this question ..
adding to window.onload event? http://stackoverflow.com/questions/15564029/adding-to-window-onload-event share improve this question You can use attachEvent ie8 and addEventListener instead addEvent window 'load' function..
jquery click() not fired in ie8 http://stackoverflow.com/questions/1906892/jquery-click-not-fired-in-ie8 click not fired in ie8 I'm not a javascript professional so I can't solve the following..
Chrome and Safari XSLT using JavaScript http://stackoverflow.com/questions/2042178/chrome-and-safari-xslt-using-javascript you're calling Test.Xml.xslTransform I got the xml using ie8 xml version 1.0 soap Envelope xmlns soap http schemas.xmlsoap.org..
Problem with jQuery.ajax with 'delete' method in ie http://stackoverflow.com/questions/2456820/problem-with-jquery-ajax-with-delete-method-in-ie anyone Is this a known problem I've tested it in ie6 and ie8 and it doesn't work in either. thanks max EDIT the solution..
jquery ui autocomplete not working in ie8 (until page refresh) http://stackoverflow.com/questions/2823018/jquery-ui-autocomplete-not-working-in-ie8-until-page-refresh ui autocomplete not working in ie8 until page refresh I am using jquery ui autocomplete it is.. it is working absolutely fine in all browsers except ie8. I have been doing some testing and there seems to be a strange.. relevant page there is the following error generated by ie8 when I start typing in the autocomplete box 'object doesn't..
jquery css color value returns RGB? http://stackoverflow.com/questions/3048838/jquery-css-color-value-returns-rgb hex hex_rgb 1 hex hex_rgb 2 hex hex_rgb 3 else return rgb ie8 returns background color in hex format then it will make compatible..
JQuery Checkbox list problem in IE? Values saved as on,on,on should be 10,12,13 etc http://stackoverflow.com/questions/4069598/jquery-checkbox-list-problem-in-ie-values-saved-as-on-on-on-should-be-10-12-13 stackoverflow.com questions 4071289 jquery 1 4 checkbox ie8 doesnt return values values stored as on rather than 4072164#4072164..
In-cell data bars in jqGrid - possible or not? http://stackoverflow.com/questions/4132880/in-cell-data-bars-in-jqgrid-possible-or-not StartColorStr '#008AEF' EndColorStr 'white' GradientType 1 ie8 ms filter progid DXImageTransform.Microsoft.Gradient StartColorStr..
JQuery UI bounce effect aligns elements left in Firefox and IE8 http://stackoverflow.com/questions/5080902/jquery-ui-bounce-effect-aligns-elements-left-in-firefox-and-ie8 an invitation and you'll see what I mean. In firefox ie8 the box jumps to the left hand side when it bounces. Here is..
jQuery .html() not displaying any data in ie7, but ie8 works http://stackoverflow.com/questions/5178507/jquery-html-not-displaying-any-data-in-ie7-but-ie8-works .html not displaying any data in ie7 but ie8 works So who doesn't have issues with ie7 It seems that I cannot..
How safe/reliable/cross-browser compatible is $(this)[0].defaultValue http://stackoverflow.com/questions/5244466/how-safe-reliable-cross-browser-compatible-is-this0-defaultvalue rXsrQ and tested it across chrome firefox 3.6 safari 4 ie8 they all behave the same. It is described here https developer.mozilla.org..
jqGrid and Compatibility View mode in IE8 http://stackoverflow.com/questions/5262775/jqgrid-and-compatibility-view-mode-in-ie8 works properly. jquery internet explorer jqgrid ie8 compatibility mode share improve this question For some..
IE6: Background-Image Load Event http://stackoverflow.com/questions/6285108/ie6-background-image-load-event ie6 and will stay that way seeing this is already fixed in ie8. Anyway here is what is dug up bout it. execCommand method http..
IE9 jQuery AJAX with CORS returns “Access is denied” http://stackoverflow.com/questions/10232017/ie9-jquery-ajax-with-cors-returns-access-is-denied better version of this plugin can be found here . Two other notes The object XDomainRequest was introduced from IE8 and will not work in versions below. From IE10 CORS will be supported using a normal XMLHttpRequest . share improve this..
Javascript Object.Watch for all browsers? http://stackoverflow.com/questions/1029241/javascript-object-watch-for-all-browsers
jquery cycle IE7 transparent png problem http://stackoverflow.com/questions/1156985/jquery-cycle-ie7-transparent-png-problem
jquery IE Fadein and Fadeout Opacity http://stackoverflow.com/questions/1284163/jquery-ie-fadein-and-fadeout-opacity fadeout in IE Thx jquery html css internet explorer opacity share improve this question I had the same problem in IE8. Setting the opacity of the DIV in JavaScript before I called fadeIn solved the problem '.overlay' .css 'filter' 'alpha..
How to disable browser or element scrollbar, but allow scrolling with wheel or arrow keys? http://stackoverflow.com/questions/1326570/how-to-disable-browser-or-element-scrollbar-but-allow-scrolling-with-wheel-or-a doesn't recognize keypress for arrow keys. Edit I couldn't get FF Chrome to recognize keydown on a div but it works in IE8. Depending on what you needed this for you can set a keydown listener on the document to scroll the div. Check out the keyCode..
Check file input size with jQuery http://stackoverflow.com/questions/1601455/check-file-input-size-with-jquery
jQuery scrollTop() doesn't seem to work in Safari or Chrome (Windows) http://stackoverflow.com/questions/1830080/jquery-scrolltop-doesnt-seem-to-work-in-safari-or-chrome-windows of hints dropped on the page and I'm having no problems with that part of this mechanism anywhere. In Firefox and IE8 the above code works exactly like I want the scrolled box in this case the page body correctly scrolls the contained stuff..
How can I convince IE to simply display application/json rather than offer to download it? http://stackoverflow.com/questions/2483771/how-can-i-convince-ie-to-simply-display-application-json-rather-than-offer-to-do asp.net mvc ajax asp.net ajax internet explorer share improve this question I found the answer. You can configure IE8 to display application json in the browser window by updating the registry. There's no need for an external tool. I haven't.. window by updating the registry. There's no need for an external tool. I haven't tested this broadly but it works with IE8 on Vista. To use this remember all the usual caveats about updating the registry apply. Stop IE. Then cut and paste the..
Jquery $.ajax fails in IE on cross domain calls http://stackoverflow.com/questions/3362474/jquery-ajax-fails-in-ie-on-cross-domain-calls this microsoft page for an explanation. OTOH this page mentions that IE7 and eariler cannot do cross domain calls but IE8 can using a different object than XMLHttpRequest the one JQuery uses. Could you check if XDomainRequest works EDIT 2013.. link is dead so I'm writing here some of its information taken from the wayback machine XDomainRequest Supported IE8 Rather than implement the CORS version of XMLHttpRequest the IE team have gone with there own propriety object named XDomainRequest...
Full path from file input using jQuery http://stackoverflow.com/questions/3489133/full-path-from-file-input-using-jquery jquery input file type share improve this question You can't It's a security feature in all modern browsers. For IE8 it's off by default but can be reactivated using a security setting When a file is selected by using the input type file..
What is console.log and how do I use it? [duplicate] http://stackoverflow.com/questions/4743730/what-is-console-log-and-how-do-i-use-it safari developer tools.html Internet Explorer Don't forget you can use compatibility modes to debug IE7 and IE8 in IE9 or IE10 http msdn.microsoft.com en us library ie gg589507 v vs.85 .aspx http msdn.microsoft.com en us library dd565628..
jQuery disable SELECT options based on Radio selected (Need support for all browsers) http://stackoverflow.com/questions/877328/jquery-disable-select-options-based-on-radio-selected-need-support-for-all-brow got the enable disable working but a new problem has arose. The disabled options for my select box only work in FF and IE8. I have tested IE6 and the disabled is not working. I have tried to use the hide and show with no luck either. basically..
Problem with jQuery in Internet Explorer 8 http://stackoverflow.com/questions/879137/problem-with-jquery-in-internet-explorer-8 with jQuery in Internet Explorer 8 I am trying to get my jQuery functions to work on IE8. I am loading the library from google's servers http ajax.googleapis.com ajax libs jquery 1.3 jquery.min.js . The function.. internet explorer 8 share improve this question I was having a similar issue. Things worked in IE6 Firefox and IE8 running in IE7 compatibility mode but not in 'normal' IE8. My solution was to put this code in the header meta http equiv.. was having a similar issue. Things worked in IE6 Firefox and IE8 running in IE7 compatibility mode but not in 'normal' IE8. My solution was to put this code in the header meta http equiv X UA Compatible content IE EmulateIE7 As to why jquery isn't..
Border Radius for IE8 http://stackoverflow.com/questions/9426979/border-radius-for-ie8 Radius for IE8 I have a problem with border radius on IE8 till now I used pie.js but I don't recommend this js library because is buggy... Radius for IE8 I have a problem with border radius on IE8 till now I used pie.js but I don't recommend this js library because is buggy. If you have a small site with not many html..
window.innerHeight ie8 alternative http://stackoverflow.com/questions/10173236/window-innerheight-ie8-alternative ie8 alternative I have some calculations that rely on window.innerHeight . But as I have found out this is not available in..
jQuery vs document.querySelectorAll http://stackoverflow.com/questions/11503534/jquery-vs-document-queryselectorall I know you can achieve the same result with document.querySelector or document.querySelectorAll which are supported in ie8 and above . So the question is why 'risk' jQuery's overhead if it's strongest asset can be achieved with pure javascript..
test if event handler is bound to an element in jQuery http://stackoverflow.com/questions/1236067/test-if-event-handler-is-bound-to-an-element-in-jquery share improve this question you can get this information from the data cache. log them to the console firebug ie8 console.dir '#someElementId' .data 'events' or iterate them jQuery.each '#someElementId' .data 'events' function i event..
Upload an image with jquery ajax with a duplicate-able input http://stackoverflow.com/questions/14560179/upload-an-image-with-jquery-ajax-with-a-duplicate-able-input I have almost solved this problem please see Jquery form no submission to IE7 and IE8 i just need to sort ot ie7 and ie8 I have been using THIS plugin to upload files as an email attachment i have gotten it to the point where it actually works..
What can I use instead of the :indeterminate jQuery selector to avoid an exception in IE 8? http://stackoverflow.com/questions/14625719/what-can-i-use-instead-of-the-indeterminate-jquery-selector-to-avoid-an-excepti .is ' indeterminate' true But it is throwing exception in ie 8 what can do instead of this in Jquery to work with ie8 jquery internet explorer 8 share improve this question Use this instead var allChk '#chkCheckAll' if allChk 0 allChk..
adding to window.onload event? http://stackoverflow.com/questions/15564029/adding-to-window-onload-event what came before or what might come after javascript jquery share improve this question You can use attachEvent ie8 and addEventListener instead addEvent window 'load' function some_methods_1 addEvent window 'load' function some_methods_2..
jquery click() not fired in ie8 http://stackoverflow.com/questions/1906892/jquery-click-not-fired-in-ie8 click not fired in ie8 I'm not a javascript professional so I can't solve the following code alone. I have a delegate function which works fine..
Chrome and Safari XSLT using JavaScript http://stackoverflow.com/questions/2042178/chrome-and-safari-xslt-using-javascript Rupert could you update the question with the xml and how you're calling Test.Xml.xslTransform I got the xml using ie8 xml version 1.0 soap Envelope xmlns soap http schemas.xmlsoap.org soap envelope xmlns xsi http www.w3.org 2001 XMLSchema..
Problem with jQuery.ajax with 'delete' method in ie http://stackoverflow.com/questions/2456820/problem-with-jquery-ajax-with-delete-method-in-ie the 'msg' i get back from the error block is blank. Any ideas anyone Is this a known problem I've tested it in ie6 and ie8 and it doesn't work in either. thanks max EDIT the solution thanks to Nick Craver for pointing me in the right direction...
jquery ui autocomplete not working in ie8 (until page refresh) http://stackoverflow.com/questions/2823018/jquery-ui-autocomplete-not-working-in-ie8-until-page-refresh ui autocomplete not working in ie8 until page refresh I am using jquery ui autocomplete it is working absolutely fine in all browsers except ie8. I have been.. in ie8 until page refresh I am using jquery ui autocomplete it is working absolutely fine in all browsers except ie8. I have been doing some testing and there seems to be a strange bug. When I click on a link leading to the relevant page.. to be a strange bug. When I click on a link leading to the relevant page there is the following error generated by ie8 when I start typing in the autocomplete box 'object doesn't support this property or method' this error points to my development..
jquery css color value returns RGB? http://stackoverflow.com/questions/3048838/jquery-css-color-value-returns-rgb 0 parseInt x .toString 16 .slice 2 if hex_rgb return # hex hex_rgb 1 hex hex_rgb 2 hex hex_rgb 3 else return rgb ie8 returns background color in hex format then it will make compatible you can improve it checking if format is in hexadecimal..
JQuery Checkbox list problem in IE? Values saved as on,on,on should be 10,12,13 etc http://stackoverflow.com/questions/4069598/jquery-checkbox-list-problem-in-ie-values-saved-as-on-on-on-should-be-10-12-13 track of selected checkboxes. Thanks Kevin Solved kind of http stackoverflow.com questions 4071289 jquery 1 4 checkbox ie8 doesnt return values values stored as on rather than 4072164#4072164 javascript jquery post checkbox share improve this..
In-cell data bars in jqGrid - possible or not? http://stackoverflow.com/questions/4132880/in-cell-data-bars-in-jqgrid-possible-or-not .aspx filter progid DXImageTransform.Microsoft.Gradient StartColorStr '#008AEF' EndColorStr 'white' GradientType 1 ie8 ms filter progid DXImageTransform.Microsoft.Gradient StartColorStr '#008AEF' EndColorStr 'white' GradientType 1 position..
JQuery UI bounce effect aligns elements left in Firefox and IE8 http://stackoverflow.com/questions/5080902/jquery-ui-bounce-effect-aligns-elements-left-in-firefox-and-ie8 in firefox and chrome. Watch the popup asking if you received an invitation and you'll see what I mean. In firefox ie8 the box jumps to the left hand side when it bounces. Here is the jquery that is running the bounce if .readCookie 'noticehidden'..
jQuery .html() not displaying any data in ie7, but ie8 works http://stackoverflow.com/questions/5178507/jquery-html-not-displaying-any-data-in-ie7-but-ie8-works .html not displaying any data in ie7 but ie8 works So who doesn't have issues with ie7 It seems that I cannot get ie7 to recognize some data. I have created a wordpress..
How safe/reliable/cross-browser compatible is $(this)[0].defaultValue http://stackoverflow.com/questions/5244466/how-safe-reliable-cross-browser-compatible-is-this0-defaultvalue It seems pretty safe. i just used this fiddle http jsfiddle.net rXsrQ and tested it across chrome firefox 3.6 safari 4 ie8 they all behave the same. It is described here https developer.mozilla.org en DOM HTMLTextAreaElement and there is no notice..
jqGrid and Compatibility View mode in IE8 http://stackoverflow.com/questions/5262775/jqgrid-and-compatibility-view-mode-in-ie8 different professional browser mozilla safari opera chrome everything works properly. jquery internet explorer jqgrid ie8 compatibility mode share improve this question For some strange reason IE8 sets the compatibility view for all the intranet..
IE6: Background-Image Load Event http://stackoverflow.com/questions/6285108/ie6-background-image-load-event poorly documented as it is considered a hotfix for ie6 and will stay that way seeing this is already fixed in ie8. Anyway here is what is dug up bout it. execCommand method http msdn.microsoft.com en us library ms536419 v vs.85 .aspx..
|