Skip to content Skip to sidebar Skip to footer
Showing posts with the label Internet Explorer 8

Ie8 Back Button And Dynamic Content

I have a page that pulls an external JavaScript file, which then generates some content dynamically… Read more Ie8 Back Button And Dynamic Content

Ie8 Queryselector Null Vs Normal Null

I just found really interesting behaviour in ie8. It turns out null is not always null. // just nor… Read more Ie8 Queryselector Null Vs Normal Null

No Support For Indexof In Ie 8?

I have a requirement where I create radio buttons dynamically based upon JSON response. So far what… Read more No Support For Indexof In Ie 8?

Onsubmit="return False" Has No Effect On Internet Explorer 7/8 (form Is Still Submitted)

I have a form that will be submitted by javascript code triggered in 'onsubmit' of the tag… Read more Onsubmit="return False" Has No Effect On Internet Explorer 7/8 (form Is Still Submitted)

'htmlelement' Is Undefined In Ie8, An Alternative?

Hey all I have methods like this: // Has Class HTMLElement.prototype.hasClass = function (searchCla… Read more 'htmlelement' Is Undefined In Ie8, An Alternative?

How To Know If An Object Is An Html Document Using Javascript

I'm passing an object say, obj, to a function. obj could possibly of any type - (TemplatedHelpe… Read more How To Know If An Object Is An Html Document Using Javascript

Jquery Add And Remove Classes Not Working Ie8

I am not the greatest at jQuery so forgive me if this is a simple question. I have created a nav me… Read more Jquery Add And Remove Classes Not Working Ie8

How To To Make Collapsing Table Rows (with Ie8 Support Also)?

I want the last two rows of a table to be folded and collapse when user click on something like … Read more How To To Make Collapsing Table Rows (with Ie8 Support Also)?